Finding usages of classes from a reference in Visual Studio (C#)
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I don't know if this is even possible, but..would be really nice if it were! I have a solution with multiple projects. The main project has references to these other projects,and presumably is using classes from those other projects. Now I can see from the using section, which namespaces are being used by which files. But I can't tell which classes from those namespaces are being used. Is there any way (direct or indirect) of finding out, from a namespace, which classes are being used inside a file? thanks Bijesh