ReSharper
 
Get ReSharper
Get your hands on the new features ahead of the release by joining the Early Access Program for ReSharper 2025.1! Learn more

Find Usages of Related Entities

Last modified: 11 February 2024

This command allows you to locate usages of entities that are related to the selected symbol in some way (such as textual occurrences, dynamic references, etc.) within a specified scope. You can invoke this command from the Solution Explorer, File Structure window, and other tool windows.

ReSharper. 'Search Properties' dialog

You can change the default behavior so that even the single found usage is also displayed in the Find Results window. To do so, clear the Go to Usage: if there is only one result.... checkbox on the Environment | Search & Navigation | General page of ReSharper options Alt+R, O.

1) Dynamic references are references to members of objects that are bound to a specific type as late as at runtime. Dynamic (late-bound) references are allowed in C#, VB.NET, ASP.NET, and XAML. (back)

2) Available for events with virtual modifier. (back)

3) If available. (back)

4) Available for indexers with virtual modifier. (back)

5) If available. (back)

6) If available. (back)

7) If available. (back)

8) If available. (back)

This feature is supported in the following languages and technologies:

The instructions and examples given here address the use of the feature in C#. For more information about other languages, refer to corresponding topics in the Languages and frameworks section.