Is there a quick way to determine if you are using specific namespaces in your application. I want to remove all unnecessary ones using instructions such as using System.Reflection etc., but I need a way to determine if I use these libraries or not. I know that the Resharper tool does this for you, but is there a quick and dirty and free way to do this?
c # namespaces visual-studio-2008 using-statement
G jason smith
source share