In Visual Studio, when you right-click a method call, you go to the implementation of that method inside a class except if you access this method through an interface: in th
No. This is not possible, despite the elaborate in memory code structure maintained by VS, code navigation is rather...stingy.
It seems the only alternative is a global search with "Find All Reference" followed by a manual search of the resulting list to exclude typed value declarations, conversions, etc. or the use of other tools within VS other than the code editor. All rather complex and disappointing.