19 references to VerifyRoot
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (18)
CallHierarchy\CSharpCallHierarchyTests.cs (18)
35
testState.
VerifyRoot
(root, "N.C.Goo()");
51
testState.
VerifyRoot
(root, "N.C.Goo");
68
testState.
VerifyRoot
(root, "N.C.Goo");
101
testState.
VerifyRoot
(root, "N.C.Goo()", new[] { string.Format(EditorFeaturesResources.Calls_To_0, "Goo") });
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()") });
175
testState.
VerifyRoot
(root, "N.C.Goo()", new[] { string.Format(EditorFeaturesResources.Calls_To_0, "Goo"), EditorFeaturesResources.Calls_To_Overrides });
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()") });
230
testState.
VerifyRoot
(root, "N.C.Goo()", new[] { string.Format(EditorFeaturesResources.Calls_To_0, "Goo") });
249
testState.
VerifyRoot
(root, "N.C.goo", new[] { string.Format(EditorFeaturesResources.References_To_Field_0, "goo") });
277
testState.
VerifyRoot
(root, "N.C.val.get", new[] { string.Format(EditorFeaturesResources.Calls_To_0, "get_val") });
303
testState.
VerifyRoot
(root, "N.C.generic<T>(this string, ref T)", new[] { string.Format(EditorFeaturesResources.Calls_To_0, "generic") });
332
testState.
VerifyRoot
(root, "ConsoleApplication10.Extensions.BarString(this string)", new[] { string.Format(EditorFeaturesResources.Calls_To_0, "BarString") });
355
testState.
VerifyRoot
(root, "System.Linq.Enumerable.Single<TSource>(this System.Collections.Generic.IEnumerable<TSource>)", new[] { string.Format(EditorFeaturesResources.Calls_To_0, "Single") });
394
testState.
VerifyRoot
(root, "N.I.Goo()", new[] { string.Format(EditorFeaturesResources.Calls_To_0, "Goo"), string.Format(EditorFeaturesResources.Implements_0, "Goo") });
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"), });
513
testState.
VerifyRoot
(root, "N.C.Property.set", new[] { string.Format(EditorFeaturesResources.Calls_To_0, "set_Property") });
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
CallHierarchy\CallHierarchyTests.vb (1)
361
testState.
VerifyRoot
(root, "N.C.Goo()", {String.Format(EditorFeaturesResources.Calls_To_0, "Goo")})