ReSharper Tips—GotoImplementation

To get the list of all existing implementation of a base class and navigate to one of them, place the caret at the declaration of the symbol or its usage, and invoke GotoImplementation command.

If the symbol has only one implementation, you navigate directly to it.

If the symbol has several implementations, they are displayed in a drop-down list, and you can chose where to navigate.

原文地址:https://www.cnblogs.com/zhanghaiyu/p/3210387.html