33 references to Calls_To_0
Microsoft.VisualStudio.LanguageServices (1)
CallHierarchy\Finders\MethodCallFinder.cs (1)
27
return string.Format(EditorFeaturesResources.
Calls_To_0
, SymbolName);
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (32)
CallHierarchy\CSharpCallHierarchyTests.cs (32)
104
testState.VerifyRoot(root, "N.C.Goo()", [string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo")]);
105
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"), ["N.G.Main()", "N.G.Main2()"]);
144
testState.VerifyRoot(root, "N.C.Goo()", [string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"), string.Format(EditorFeaturesResources.Calls_To_Interface_Implementation_0, "N.I.Goo()")]);
145
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"), ["N.G.Main2()"]);
180
testState.VerifyRoot(root, "N.C.Goo()", [string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"), EditorFeaturesResources.Calls_To_Overrides]);
181
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"), ["N.D.Bar()"]);
216
testState.VerifyRoot(root, "N.D.Goo()", [string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"), string.Format(EditorFeaturesResources.Calls_To_Base_Member_0, "N.C.Goo()")]);
217
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"), ["N.D.Baz()"]);
237
testState.VerifyRoot(root, "N.C.Goo()", [string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo")]);
238
testState.VerifyResultName(root, string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"), [EditorFeaturesResources.Initializers]);
286
testState.VerifyRoot(root, "N.C.val.get", [string.Format(EditorFeaturesResources.
Calls_To_0
, "get_val")]);
287
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Calls_To_0
, "get_val"), ["N.C.goo()"]);
313
testState.VerifyRoot(root, "N.C.generic<T>(this string, ref T)", [string.Format(EditorFeaturesResources.
Calls_To_0
, "generic")]);
314
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Calls_To_0
, "generic"), ["N.C.goo()"]);
343
testState.VerifyRoot(root, "ConsoleApplication10.Extensions.BarString(this string)", [string.Format(EditorFeaturesResources.
Calls_To_0
, "BarString")]);
344
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Calls_To_0
, "BarString"), ["ConsoleApplication10.Program.Main(string[])"]);
367
testState.VerifyRoot(root, "System.Linq.Enumerable.Single<TSource>(this System.Collections.Generic.IEnumerable<TSource>)", [string.Format(EditorFeaturesResources.
Calls_To_0
, "Single")]);
368
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Calls_To_0
, "Single"), ["N.Program.Main(string[])"]);
407
testState.VerifyRoot(root, "N.I.Goo()", [string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"), string.Format(EditorFeaturesResources.Implements_0, "Goo")]);
408
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"), ["N.G.Main()"]);
454
testState.VerifyRoot(root, "N.C.Goo()", [string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"), EditorFeaturesResources.Overrides_]);
479
testState.VerifyRoot(root, "Base.M()", [string.Format(EditorFeaturesResources.
Calls_To_0
, "M"), EditorFeaturesResources.Overrides_, EditorFeaturesResources.Calls_To_Overrides]);
507
testState.VerifyRoot(root, "N.C.Goo()", [string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"),]);
508
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"), expectedCallers: ["N.C.M()"]);
529
testState.VerifyRoot(root, "N.C.Property.set", [string.Format(EditorFeaturesResources.
Calls_To_0
, "set_Property")]);
530
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Calls_To_0
, "set_Property"), ["N.C.M()"]);
551
testState.VerifyRoot(root, "Class1.Class1(string)", [string.Format(EditorFeaturesResources.
Calls_To_0
, ".ctor")]);
552
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Calls_To_0
, ".ctor"), ["D.M()"]);
583
testState.VerifyRoot(root, "N.G.Boo()", [string.Format(EditorFeaturesResources.
Calls_To_0
, "Boo")]);
585
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Calls_To_0
, "Boo"), ["N.G.Main()"]);
619
testState.VerifyRoot(root, "N.C.Goo()", [string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo")]);
621
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"), ["N.G.Main()"]);