'How to list all files that refer the specific dll?
I have a project with hundreds of dll references.
Now I have a dll named "Microsoft.Test.dll".
I want to get all the files in the project that reference the namespace "Microsoft.Test".
using Microsoft.Test;
Does visual studio have a function to query these files?
P.S. "Ctrl+F" is not what I want.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
