Visual Studio has a couple of great features:
- Find All References
- View Call Hierarchy
I'd like to understand how these tools work. What are they using to efficiently identify the references to the method in question? Presumably it's not using Reflection.
Can anyone give me a pointer?