3 references to Implements_0
Microsoft.VisualStudio.LanguageServices (1)
CallHierarchy\Finders\ImplementerFinder.cs (1)
29
return string.Format(EditorFeaturesResources.
Implements_0
, SymbolName);
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
CallHierarchy\CSharpCallHierarchyTests.cs (2)
407
testState.VerifyRoot(root, "N.I.Goo()", [string.Format(EditorFeaturesResources.Calls_To_0, "Goo"), string.Format(EditorFeaturesResources.
Implements_0
, "Goo")]);
409
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Implements_0
, "Goo"), ["N.C.Goo()"]);