ReSharper 2020.3 Help

IL Viewer window

ReSharper | Windows | IL Viewer
ReSharper_ShowIlViewerWindow

This window displays the current document as Microsoft intermediate language (MSIL). Window content can be synchronized with the editor. Most of the navigation actions available in the code viewer are also available in the IL Viewer.

IL Viewer window

In the IL Viewer window, you can learn descriptions of IL instructions in tooltips when hovering the mouse over an instruction. The descriptions are taken from MSDN and from the ECMA-335 standard (Partition III: CIL Instruction Set).

Details of IL instruction in a tooltip

Toolbar Controls

ControlNameDescription
Themed icon sync caret to view screen grayTrack Caret in EditorWhen this button is pressed, items in the window are highlighted according to the position of the caret in the editor.
Themed icon sync view to caret screen grayAutomatically Scroll to SourceWhen this button is pressed, the editor opens the file and scrolls it according to the items selected in the window.
Last modified: 08 March 2021