ReSharper has specific markings for methods that override, implement or hide other methods. For this purpose, three different gutter icons are added in the left gutter:
-
- Method overrides another method.
-
- Method implements another method.
-
- Method hides another method.
Use these icons to view information about the original method and navigate to it. See example below:

When you hover the mouse pointer over an icon, a tooltip displays:

Click the gutter icon to navigate to the corresponding base method. If
the selected method implements several methods, choose the desired target from the list:

