10 references to TestAsync
Microsoft.VisualStudio.LanguageServices.UnitTests (10)
CodeModel\CSharp\SyntaxNodeKeyTests.vb (10)
29Await TestAsync(input, "C", 1)
49Await TestAsync(input, "C", 1)
69Await TestAsync(input, "C", 2)
88Await TestAsync(input, "N1.C", 1)
110Await TestAsync(input, "N1.C.M()", 1)
132Await TestAsync(input, "N1.C.M(ref int,string)", 1)
154Await TestAsync(input, "N1.C`2.M`3(ref int,string)", 1)
176Await TestAsync(input, "int.class.void", 1)
201Await TestAsync(input, "C.#op_Explicit_string(C)", 1)
226Await TestAsync(input, "C.#op_Implicit_int(C)", 1)