ILSpy
ILSpy copied to clipboard
Used by for Assemblies
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):
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
- Load
- BlahClassFromReference
- get_Name
- CallSiteX
- get_Name