Finding Code Dependent on Referenced Modules
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 where module's types or any symbols of these types appear in your code.
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:
- The search results appear in the Find Results Window, where you can further analyze the results.

See Also
Procedures:
Last modified: 15 December 2016