10 references to VerifyContextLocationAsync
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (10)
CodeDefinitionWindow\CSharpCodeDefinitionWindowTests.vb (5)
19Await VerifyContextLocationAsync(code, "class C") 33Await VerifyContextLocationAsync(code, "class C") 46Await VerifyContextLocationAsync(code, "void C.M()") 60Await VerifyContextLocationAsync(code, "void C.M()") 81Await VerifyContextLocationAsync(code, "static void Ex.M<T>(List<T>)")
CodeDefinitionWindow\VisualBasicCodeDefinitionWindowTests.vb (5)
18Await VerifyContextLocationAsync(code, "Class C") 30Await VerifyContextLocationAsync(code, "Class C") 41Await VerifyContextLocationAsync(code, "Sub C.M()") 53Await VerifyContextLocationAsync(code, "Sub C.M()") 75Await VerifyContextLocationAsync(code, "Sub M.M(Of T)(List(Of T))")