views:

27

answers:

1

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).

+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
Is there an open source or free version of a similar tool?
icode.cs