Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Used by for Assemblies #2690

Closed
christophwille opened this issue May 12, 2022 · 0 comments · Fixed by #3092
Closed

Used by for Assemblies #2690

christophwille opened this issue May 12, 2022 · 0 comments · Fixed by #3092
Labels
Enhancement Areas for improvement

Comments

@christophwille
Copy link
Member

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 christophwille added the Enhancement Areas for improvement label May 12, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Enhancement Areas for improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant