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

Search for assembly usage #383

Open
Symbai opened this issue Nov 20, 2024 · 0 comments
Open

Search for assembly usage #383

Symbai opened this issue Nov 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Symbai
Copy link

Symbai commented Nov 20, 2024

Problem Description

I have an app which references a third party DLL. I want to find the code where this DLL is used. There is currently no way. Searching for the DLL name gives no results. Right click on the reference provides no options.

The only way I know is to export the whole app into VS source code and then perform a simple text search with the name of the DLL file.

Proposal

Right click on referenced assembly -> Analyze -> Used By

Alternatives

No response

Additional Context

No response

@Symbai Symbai added the enhancement New feature or request label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant