c# - Two implementations of a method? (VS2012 + ReSharper 7.1) -
when right-click method , select go implementation presented 2 implementations; 1 in source code , 1 reference...
in example,
emailservice
in different project loaded current visual studio solution , referenced project reference.
selecting reference 1 seems nothing, whereas selecting source code 1 takes me implementation of method (as expected).
this has happened on couple of different development machines, in different projects.
what causing this, , possible resolve issue go implementation takes me directly source code implementation?
this happening in visual studio 2012 resharper 7.1 installed.
with alt-shift-t
or whatever have symbol search, checkbox include library types selected?
if not, may this resharper bug. can fixing if create small reproducible example , attach there ;)
Comments
Post a Comment