JetBrains Rider 2018.1 Help

Finding Code Dependent on Referenced Modules

Shift+F12

With JetBrains Rider, 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.

To find code dependent on module

  1. Select a project or an assembly reference in the References node of a project in the Solution Explorer.
  2. Do one of the following:
    • Press Shift+F12.
    • Right-click the selected item and choose Find Dependent Code in the context menu.
  3. The search results appear in the Find window, where you can further analyze the results .
cookbook dependencies1
Last modified: 20 August 2018

See Also

Concepts: