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

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -