Click here to Skip to main content
15,892,839 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Say I have a function named "SampleMethod". I have called this method multiple times in my program. Is there any way i can navigate to each of the calling points in the program ? Quite frankly, is there way to reverse the usage of "Go to definiton". I am using Visual Studio 2008.
Posted

Select that method name & press ctrl + k then r. I guess this is what you want.
 
Share this answer
 
Yes, there is Find All References menu item, just below the Go To Definition one.
 
Share this answer
 
Right click on Function Name "SampleMethod" And Select Find All Reference (F12).

OR
Use Cntrl+F keys, to search it.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900