16 references to AssertMarkedSymbolLabelIsAsync
Microsoft.VisualStudio.LanguageServices.UnitTests (16)
Progression\CSharpSymbolLabelTests.vb (12)
24
Await testState.
AssertMarkedSymbolLabelIsAsync
(GraphCommandDefinition.Contains.Id, "C", "C")
39
Await testState.
AssertMarkedSymbolLabelIsAsync
(GraphCommandDefinition.Contains.Id, "C<T>", "C<T>")
54
Await testState.
AssertMarkedSymbolLabelIsAsync
(GraphCommandDefinition.Contains.Id, "M<T>() : void", "C.M<T>() : void")
69
Await testState.
AssertMarkedSymbolLabelIsAsync
(GraphCommandDefinition.Contains.Id, "M(params string[]) : void", "C.M(params string[]) : void")
84
Await testState.
AssertMarkedSymbolLabelIsAsync
(GraphCommandDefinition.Contains.Id, "M([int]) : void", "C.M([int]) : void")
99
Await testState.
AssertMarkedSymbolLabelIsAsync
(GraphCommandDefinition.Contains.Id, "M(out string, ref string) : void", "C.M(out string, ref string) : void")
114
Await testState.
AssertMarkedSymbolLabelIsAsync
(GraphCommandDefinition.Contains.Id, "M", "E.M")
129
Await testState.
AssertMarkedSymbolLabelIsAsync
(GraphCommandDefinition.Contains.Id, "C()", "C.C()")
144
Await testState.
AssertMarkedSymbolLabelIsAsync
(GraphCommandDefinition.Contains.Id, "~C()", "C.~C()")
160
Await testState.
AssertMarkedSymbolLabelIsAsync
(GraphCommandDefinition.Contains.Id, "IDisposable.Dispose() : void", "C.Dispose() : void")
175
Await testState.
AssertMarkedSymbolLabelIsAsync
(GraphCommandDefinition.Contains.Id, "f : int*", "C.f : int*")
191
Await testState.
AssertMarkedSymbolLabelIsAsync
(GraphCommandDefinition.Contains.Id, "Goo() : void", "Goo : void")
Progression\VisualBasicSymbolLabelTests.vb (4)
27
Await testState.
AssertMarkedSymbolLabelIsAsync
(GraphCommandDefinition.Contains.Id, "S([Integer])", "C.S([Integer])")
45
Await testState.
AssertMarkedSymbolLabelIsAsync
(GraphCommandDefinition.Contains.Id, "S(ByRef Integer)", "C.S(ByRef Integer)")
62
Await testState.
AssertMarkedSymbolLabelIsAsync
(GraphCommandDefinition.Contains.Id, "M", "E.M")
78
Await testState.
AssertMarkedSymbolLabelIsAsync
(GraphCommandDefinition.Contains.Id, "C(Of T)", "C(Of T)")