You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
BlahClassFromReference
get_Name
CallSiteX
The text was updated successfully, but these errors were encountered:
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):
The text was updated successfully, but these errors were encountered: