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):
Object Browser
and then expand to it's namespaces, and for each namespace I do a manual search, but this doesn't always help find all references and because the legacy code has the same namespaces spanning multiple assemblies there's a lot of noise to filter through.Neither of these are really ideal solutions, is there any easier way to do this? perhaps via a VS extension.
You can find this if you install Resharper:
Expand the References
and choose Find code Dependent on Module
The results then appear like: