34 references to Calls_To_0
Microsoft.VisualStudio.LanguageServices (1)
CallHierarchy\Finders\MethodCallFinder.cs (1)
29
return string.Format(EditorFeaturesResources.
Calls_To_0
, SymbolName);
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (26)
CallHierarchy\CSharpCallHierarchyTests.cs (26)
101
testState.VerifyRoot(root, "N.C.Goo()", new[] { string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo") });
102
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"), new[] { "N.G.Main()", "N.G.Main2()" });
140
testState.VerifyRoot(root, "N.C.Goo()", new[] { string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"), string.Format(EditorFeaturesResources.Calls_To_Interface_Implementation_0, "N.I.Goo()") });
141
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"), new[] { "N.G.Main2()" });
175
testState.VerifyRoot(root, "N.C.Goo()", new[] { string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"), EditorFeaturesResources.Calls_To_Overrides });
176
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"), new[] { "N.D.Bar()" });
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()") });
211
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"), new[] { "N.D.Baz()" });
230
testState.VerifyRoot(root, "N.C.Goo()", new[] { string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo") });
231
testState.VerifyResultName(root, string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"), new[] { EditorFeaturesResources.Initializers });
277
testState.VerifyRoot(root, "N.C.val.get", new[] { string.Format(EditorFeaturesResources.
Calls_To_0
, "get_val") });
278
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Calls_To_0
, "get_val"), new[] { "N.C.goo()" });
303
testState.VerifyRoot(root, "N.C.generic<T>(this string, ref T)", new[] { string.Format(EditorFeaturesResources.
Calls_To_0
, "generic") });
304
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Calls_To_0
, "generic"), new[] { "N.C.goo()" });
332
testState.VerifyRoot(root, "ConsoleApplication10.Extensions.BarString(this string)", new[] { string.Format(EditorFeaturesResources.
Calls_To_0
, "BarString") });
333
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Calls_To_0
, "BarString"), new[] { "ConsoleApplication10.Program.Main(string[])" });
355
testState.VerifyRoot(root, "System.Linq.Enumerable.Single<TSource>(this System.Collections.Generic.IEnumerable<TSource>)", new[] { string.Format(EditorFeaturesResources.
Calls_To_0
, "Single") });
356
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Calls_To_0
, "Single"), new[] { "N.Program.Main(string[])" });
394
testState.VerifyRoot(root, "N.I.Goo()", new[] { string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"), string.Format(EditorFeaturesResources.Implements_0, "Goo") });
395
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"), new[] { "N.G.Main()" });
439
testState.VerifyRoot(root, "N.C.Goo()", new[] { string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"), EditorFeaturesResources.Overrides_ });
464
testState.VerifyRoot(root, "Base.M()", new[] { string.Format(EditorFeaturesResources.
Calls_To_0
, "M"), EditorFeaturesResources.Overrides_, EditorFeaturesResources.Calls_To_Overrides });
491
testState.VerifyRoot(root, "N.C.Goo()", new[] { string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"), });
492
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"), expectedCallers: new[] { "N.C.M()" });
513
testState.VerifyRoot(root, "N.C.Property.set", new[] { string.Format(EditorFeaturesResources.
Calls_To_0
, "set_Property") });
514
testState.VerifyResult(root, string.Format(EditorFeaturesResources.
Calls_To_0
, "set_Property"), new[] { "N.C.M()" });
Microsoft.VisualStudio.LanguageServices.UnitTests (7)
CallHierarchy\CallHierarchyTests.vb (7)
76
testState.VerifyResult(root, String.Format(EditorFeaturesResources.
Calls_To_0
, "GetFive"), {"DSSS.bar()", "D.bar()", "G.G.G()"}, CallHierarchySearchScope.EntireSolution)
78
testState.VerifyResult(root, String.Format(EditorFeaturesResources.
Calls_To_0
, "GetFive"), {"DSSS.bar()", "D.bar()", "G.G.G()"}, CallHierarchySearchScope.CurrentProject)
80
testState.VerifyResult(root, String.Format(EditorFeaturesResources.
Calls_To_0
, "GetFive"), {"D.bar()"}, CallHierarchySearchScope.CurrentDocument, documents)
101
testState.VerifyResult(root, String.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"), {"C.Goo()"})
258
String.Format(EditorFeaturesResources.
Calls_To_0
, "M"),
361
testState.VerifyRoot(root, "N.C.Goo()", {String.Format(EditorFeaturesResources.
Calls_To_0
, "Goo")})
362
testState.Navigate(root, String.Format(EditorFeaturesResources.
Calls_To_0
, "Goo"), "N.G.Main()")