c# - How to find all reference of a Class/Method in all source code AND referenced dll in visual studio? -
using "find reference", can find reference in source code. how can find reference in third-party referenced dll? i'm using visual-studio 2010
you can find if install resharper:
expand references , choose find code dependent on module

the results appear like:

Comments
Post a Comment