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).
views:
27answers:
1
+1
A:
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
JaredPar
2010-10-21 16:18:11
Is there an open source or free version of a similar tool?
icode.cs
2010-10-25 15:27:45