ReSharper Help  

Find Usages

To locate usages of a specific symbol:

  1. Select the symbol you want to search for in Class View or Object Browser, or position the caret at the symbol in the editor, and press Alt + F7 . (Alternatively, right-click on the symbol you want to search for in Class View, Object Browser, or in the editor, and select Find Usages from the popup menu.)
  2. Search results are displayed in the Find Resultsview. Search time may vary depending on the project/solution size and the options selected (in the case of Find Usages (Advanced)).

When you try to search for usages of an overriding member of a derived class (or an implementation of an interface method) the following dialog is displayed:

 

The same prompt appears when you try to perform an advanced search of an overloading member/implementation (see Find Usages (Advanced)).

Tip   In the editor you can navigate to the next (previous) usage with the keyboard shortcut Ctrl + Alt + Up (respectively, Ctrl + Alt + Down). A previous run of Find Usages or Find Usages (Advanced) search is required.

See Also

Find Usages (Advanced) | Highlight Usages in File | Go to Usage | Find Results Window