Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我有一个名为SampleMethod. 我在我的程序中多次调用了这个方法。有什么方法可以导航到程序中的每个调用点?坦率地说,有没有办法扭转Go to definiton. 我正在使用Visual Studio 2008.
SampleMethod
Go to definiton
Visual Studio 2008
右键单击功能,然后选择Find All References选项。
Find All References
您还可以使用Shift + F12键盘快捷键在 VS 2008 中查找该函数的所有引用。
Shift + F12
右键单击该功能并选择Find All References。这是在 Visual Studio 2010 和 2012 中。