المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Finding usages of classes from a reference in Visual Studio (C#)



C# Programming
07-06-2009, 08:43 AM
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