Avatar of Hardus Lombaard
Hardus Lombaard
Flag for South Africa

asked on 

Quick navigation to actual calling line of a method

When I right-click on a method name in Visual Studio and select "View Call Hierarchy", the "Call Hierarchy" window opens. When I click on "Calls To 'MethodName'" a list opens with the names of all methods calling this method. When I click on one of the options in this list, Visual Studio takes me to the definition of the method that contains the call to the initial method.
Now my question: Is there a way to navigate directly to the actual line calling the method, or do I always have to search for this after doing the above? If there is, it will save me a lot of time.
C#Microsoft Development.NET Programming

Avatar of undefined
Last Comment
AndyAinscow

8/22/2022 - Mon