visual-studiodll-reference

Find all references of a dll in a project


In Visual Studio 2010 (or 2012) is there a way to locate all references in code that mention any class/method defined in a referenced dll.

Currently I have two processes that I use (depending on the situation):

Neither of these are really ideal solutions, is there any easier way to do this? perhaps via a VS extension.


Solution

  • You can find this if you install Resharper:

    Expand the References and choose Find code Dependent on Module

    enter image description here

    The results then appear like:

    enter image description here