I am new to coding C# in Visual Studio. In particular, the latest 2019 version.
I know that pressing ctrl + F12
on a function will see its implementation.
However, which hotkey should I press on a function to see its application, i.e., where is it called.
Does it even exist?
"Find All References" - Shift+F12