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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: