10 references to VerifyContextLocationAsync
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (10)
CodeDefinitionWindow\CSharpCodeDefinitionWindowTests.vb (5)
21Await VerifyContextLocationAsync(code, "class C") 35Await VerifyContextLocationAsync(code, "class C") 48Await VerifyContextLocationAsync(code, "void C.M()") 62Await VerifyContextLocationAsync(code, "void C.M()") 83Await VerifyContextLocationAsync(code, "static void Ex.M<T>(List<T>)")
CodeDefinitionWindow\VisualBasicCodeDefinitionWindowTests.vb (5)
20Await VerifyContextLocationAsync(code, "Class C") 32Await VerifyContextLocationAsync(code, "Class C") 43Await VerifyContextLocationAsync(code, "Sub C.M()") 55Await VerifyContextLocationAsync(code, "Sub C.M()") 77Await VerifyContextLocationAsync(code, "Sub M.M(Of T)(List(Of T))")