1

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?

DrGriff
  • 4,394
  • 9
  • 43
  • 92
  • 1
    Think I found the answer.....I'm working my way through Josh Varty's series "Learn Roslyn Now" on YouTube. Good Stuff! – DrGriff Jun 01 '16 at 17:43
  • Note that Roslyn is only for .NET languages (C#, VB.NET, etc.). Roslyn is not used for C or C++ development. – jrh Dec 26 '16 at 16:56

0 Answers0