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
Depending on the version of Visual Studio that you have, I'll say conditionally "yes."
I'm currently operating on Ultimate, and don't have other versions to verify this. That said, within Ultimate, you can use the Architecture Explorer to find implementations. It's a little more involved than the right click method, but here's how it works.
View->Architecture Explorer (or CTRL-W, N)Types. Click thisInterfacesMembers will then appear to the right. Click that buttonImplemented by (under Inbound Navigation) and that will provide a list of implementations of your interface.