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