ILSpy icon indicating copy to clipboard operation
ILSpy copied to clipboard

Used by for Assemblies

Open christophwille opened this issue 2 years ago • 0 comments

Today, I can go into Metadata and somewhat "easily" see what is used by an assembly (in this screenshot: ILSpy's usage of ILSpyX, which is easy because it is one namespace, not all assemblies have one namespace): image Goal: Have a context menu item on the References/<assembly> nodes called "Used by" that lists for each member the call sites (made up sample of a tree view):

  • AssemblyList
    • Load
      • ClassName1.Method1
      • ClassName2.Method5
  • BlahClassFromReference
    • get_Name
      • CallSiteX

christophwille avatar May 12 '22 13:05 christophwille