Reputation: 35374
In my project, there are tons of interface classes used. I have difficulties in reading to understand the code since browsing the definition of the codes (by selecting the method name and pressing F12 or right click + go to Definition) just lead me to the interface.
Is there a way (built-in or addon) in Visual Studio 2010 to list out all of the instance of a method of an interface?
Hope to hear from you.
Upvotes: 2
Views: 1689
Reputation: 35374
After a while, I found that just with VS 2010, I can archive this all alone: Use "Call Hierarchy"!
That's it. Enjoy ^_^!
Upvotes: 8