JetBrains Rider 2020.3 Help

Presentation Options for Compiled Code

Depending on the settings, on the availability of PDB information, and on the applied navigation command, JetBrains Rider can present compiled code in different ways:

  • Metadata view— this view only shows signature of the type and signatures of all its members. You can also display this view by applying the Navigate To Metadata View command from the editor or from the Assembly Explorer view.

  • Decompiled code— this view displays decompiled C# code corresponding to the type that you open or navigate to. This view is used by default if no debug information is available for the type or if you deliberately navigated to this view using the Navigate To Decompiled Sources command.

  • Code from symbol files— this view displays original source code from symbol files in C# or VB.NET. JetBrains Rider retrieves symbol files either from local sources or from symbol servers using debug information.

To configure how the decompiled code is presented, use the following checkboxes on the Tools | External Symbols page of JetBrains Rider settings Ctrl+Alt+S:

Use sources from symbol files when available

Select this checkbox to use debug information (PDB files) to find appropriate source files and use them to display and navigate the code.

If this checkbox is selected and the source files are available via the debug information, JetBrains Rider displays and navigates to the original source code.


If this checkbox is cleared or if source files are not available, JetBrains Rider decompiles the code or shows the metadata view depending on the Decompile methods option.

Allow downloading from remote locations

Select this checkbox to enable downloading sources from Symbol Server or other remote locations. If symbol files are available both locally and remotely, JetBrains Rider will display local symbol files.

Decompile methodsSelect this checkbox to decompile method bodies to C# code. If this checkbox is not selected, a metadata view with method signatures will be shown.
This option doesn't have any effect if Use sources from symbol files when available option is selected and the required symbol files are available.
Last modified: 08 March 2021