Visual Studio - show all calls to a function in source code level

Timothy Chung picture Timothy Chung · Dec 3, 2008 · Viewed 12.4k times · Source

I am wondering if there is any way to list all the calls to a function in source code, so that I could see the dependencies if I modify that function.

One method I use is to search the function name in the "Entire Solution" but I am looking for a better way.

Answer

Mr Fooz picture Mr Fooz · Dec 3, 2008

Right-click on the call and select "Find All References".