Finding Code Dependent on Referenced Modules
ReSharper_FindDependentCode
With ReSharper, you can quickly find how and where symbols from a specific module (a project or a referenced assembly) are used. In large solutions, this will help you detect architectural problems and reduce coupling.
In the results of the search, you will see all places in your code where module's types or type members appear.
If you search for code dependent on a referenced module, ReSharper finds usages of the module's symbols in the project where it is referenced. If you search for code dependent on a project, ReSharper finds usages of the project's symbols in the whole solution.
To find code dependent on module
- Select a project or an assembly reference in the References node of a project in the Solution Explorer.
- Do one of the following:
- In the main menu, choose .
- Right-click the selected item and choose Find Code Dependent on Module in the context menu.
- The search results appear in the Find Results window, where you can further analyze the results .

Last modified: 20 August 2018