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

enter image description here

the results appear like:

enter image description here


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -