Methods that Override, Implement and Hide Other Methods

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. You can use these icons to gather information about the original method and navigate to it.

The gutter icons look like the following:

Below is an example of these gutter icons displayed in the editor:

When you move the mouse over these icons, you might see the following tooltips:

Click an icon to navigate to the corresponding base method.

Note: If there is more than one method implemented by a given method (as is the case with  public void Consume() above), you will be prompted to select the member you want to navigate to:

See Also

Code Navigation