dotPeek
 
Get dotPeek
You are viewing the documentation for an earlier version of dotPeek.

Find Usages of Related Entities

Last modified: 21 June 2023

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 Assembly Explorer, File Structure, and other tool windows.

dotPeek. 'Search Properties' dialog

Find options for different symbols

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 inspired by and borrowed from JetBrains ReSharper, a developer productivity tool for Microsoft Visual Studio.