In Visual Studio 2008 is there a way to find all references that have no references for all methods not just 1 at a time?
I know you can right click on an individual method and find all references for a single method but is there a way to find all references where there is only the method definition returned开发者_如何学编程 (i.e. no external references to the method).
In the standard Visual Studio install there is no built-in command that will do this. However there are other tools out there that have this functionality. Most notably is NDepend
精彩评论