简体   繁体   中英

How to find all reference of a Class/Method in all source code AND referenced dll in visual studio?

Using "Find All Reference", I can only find all reference in my source code. How can I find all reference in third-party referenced dll? I'm using visual-studio 2010

You can find this if you install Resharper:

Expand the References and choose Find code Dependent on Module

在此输入图像描述

The results then appear like:

在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM