Reputation: 871
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
Upvotes: 0
Views: 1327
Reputation: 125
You can find this if you install Resharper:
Expand the References and choose Find code Dependent on Module
The results then appear like:
Upvotes: 2