To find usages of a symbol
- Select the symbol that you want to search for in Class View or Object Browser, or place the caret at the symbol in the editor.
- On the main menu, choose ReSharper | Find | Find Usages. Alternatively, press Alt+F7, or choose Find Usages in the context menu over the target symbol.
- When you try to search for usages of an overriding member of a derived class (or implementation of an interface method),
you are prompted to specify whether you want to add usages of the corresponding member in the base class/interface to the
list of search results. Choose No to search for usages of the overriding member only. Choose Yes to search for usages of both the overridden and base/interface members.
If a single usage is found, ReSharper will navigate you to the usage directly in the code editor. Two or more search results will be shown in the Find Results tool window.
