3 references to Calls_To_Interface_Implementation_0
Microsoft.VisualStudio.LanguageServices (1)
CallHierarchy\Finders\InterfaceImplementationCallFinder.cs (1)
25
_text = string.Format(EditorFeaturesResources.
Calls_To_Interface_Implementation_0
, symbol.ToDisplayString());
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
CallHierarchy\CSharpCallHierarchyTests.cs (2)
140
testState.VerifyRoot(root, "N.C.Goo()", new[] { string.Format(EditorFeaturesResources.Calls_To_0, "Goo"), string.Format(EditorFeaturesResources.
Calls_To_Interface_Implementation_0
, "N.I.Goo()") });
142
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Calls_To_Interface_Implementation_0
, "N.I.Goo()"), new[] { "N.G.Main()" });