8 references to Implements_0
Microsoft.VisualStudio.LanguageServices (1)
CallHierarchy\Finders\ImplementerFinder.cs (1)
31
return string.Format(EditorFeaturesResources.
Implements_0
, SymbolName);
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
CallHierarchy\CSharpCallHierarchyTests.cs (2)
394
testState.VerifyRoot(root, "N.I.Goo()", new[] { string.Format(EditorFeaturesResources.Calls_To_0, "Goo"), string.Format(EditorFeaturesResources.
Implements_0
, "Goo") });
396
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Implements_0
, "Goo"), new[] { "N.C.Goo()" });
Microsoft.VisualStudio.LanguageServices.UnitTests (5)
CallHierarchy\CallHierarchyTests.vb (5)
127
testState.VerifyResult(root, String.Format(EditorFeaturesResources.
Implements_0
, "Goo"), {"C.Goo()"})
180
testState.VerifyResult(root, String.Format(EditorFeaturesResources.
Implements_0
, "goo"), {"D.goo()", "G.G.goo()", "C.C.goo()"}, CallHierarchySearchScope.EntireSolution)
182
testState.VerifyResult(root, String.Format(EditorFeaturesResources.
Implements_0
, "goo"), {"G.G.goo()", "C.C.goo()"}, CallHierarchySearchScope.CurrentProject, documents)
184
testState.VerifyResult(root, String.Format(EditorFeaturesResources.
Implements_0
, "goo"), {"C.C.goo()"}, CallHierarchySearchScope.CurrentDocument, documents)
220
String.Format(EditorFeaturesResources.
Implements_0
, "GetChangeSignatureOptions"),