3 references to Calls_To_Base_Member_0
Microsoft.VisualStudio.LanguageServices (1)
CallHierarchy\Finders\BaseMemberFinder.cs (1)
24
_text = string.Format(EditorFeaturesResources.
Calls_To_Base_Member_0
, symbol.ToDisplayString());
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
CallHierarchy\CSharpCallHierarchyTests.cs (2)
210
testState.VerifyRoot(root, "N.D.Goo()", new[] { string.Format(EditorFeaturesResources.Calls_To_0, "Goo"), string.Format(EditorFeaturesResources.
Calls_To_Base_Member_0
, "N.C.Goo()") });
212
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Calls_To_Base_Member_0
, "N.C.Goo()"), new[] { "N.D.Bar()" });