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