ReSharper 2016.1 Help

Accessing Decompiled Files

All decompiled code that you can see in the editor is actually decompiled to temporary files. You can access these files if necessary.

To access decompiled files

  • To view the summary and the presentation mode of an opened document, right-click on its tab header and choose External Source Information in the context menu. In the dialog box that appears, you can learn name and location of the assembly where the document belongs as well as the external source provider - metadata viewer, decompiler or symbol server.
  • To display the current file in its containing folder, right-click on the editor tab header and choose Open Containing Folder.
  • To copy the full path to the current file, right-click on the editor tab header and choose Copy Full Path.
  • To save the current document, right-click on the editor tab header, choose Save As and then specify where to save the file.

See Also

Last modified: 19 August 2016