Analyzing Relationship between Symbols - icsharpcode/ilspy-vscode GitHub Wiki

ILSpy extension contains the "Analyze" feature, as known from ILSpy desktop application.

When mouse cursor hovers a type or member in assembly tree, now a magnifier icon appears on right side:

Analyze a type member

With a click on the button an "ILSpy: Analyze" panel opens at the bottom and presents relations to other symbols organized in a tree view:

Analyze results

Similarly to the assembly tree you can click any entry to see the code of the symbol.