Rider only shows throw null instead of decompiled source
Hi, I'm using Rider 2026.1.3 with Unity 6 (6000.0.72f1). When I Ctrl+Click or Go to Declaration on .NET classes like List<T> or string.Contains, Rider only shows metadata such as throw null instead of the actual decompiled C# source. Decompile methods is enabled, and invalidating caches didn't help. This used to work in older versions of Rider. Has anyone encountered this issue or knows how to fix it?