I am working on an application which is not developed by me so while understanding the code,I generally go to the method definition by using F12, then there are chances that in this method another method may be there, then i go to this method definition by using F12 so now my question is that how can I back to the starting method
method 1-Here i pressed F12
method 2-After Pressing F12 i am here, method 3 was also called here then i pressed F12 again
method 3-At last I am here
So how can i go back to the method 1 or method 2.
language: C#
Thanks in advance