When I right-click a method and select Go to Implementation I am often presented with two implementations; one in my source code and one as a reference...
In this example,
EmailService
is in a different project that is loaded into the current Visual Studio solution and referenced as a project reference.
Selecting the reference one seems to do nothing, whereas selecting the source code one takes me to the implementation of the method (as expected).
This has happened on a couple of different development machines, in different projects.
What is causing this, and is it possible to resolve the issue so that Go to Implementation takes me directly to the source code implementation?
This is happening in Visual Studio 2012 with ReSharper 7.1 installed.
csproj
in notepad. – Cuthburt