17 references to VerifyFalseAsync
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (17)
Completion\CompletionProviders\NamespaceContextTests.vb (8)
21Await VerifyFalseAsync("$$") 144Await VerifyFalseAsync(CreateContent("Class A(Of $$")) 149Await VerifyFalseAsync(CreateContent("Class A(Of T, $$")) 517Await VerifyFalseAsync(AddInsideMethod(CreateContent("For i = 1 To 10", 523Await VerifyFalseAsync(AddInsideMethod(CreateContent("For i = 1 To 10", 587Await VerifyFalseAsync(AddInsideMethod("Dim d = ""$$""")) 592Await VerifyFalseAsync(AddInsideMethod("' $$")) 603Await VerifyFalseAsync(AddInsideMethod(CreateContent("#IF False Then",
Completion\CompletionProviders\TypeContextTests.vb (9)
21Await VerifyFalseAsync("$$") 144Await VerifyFalseAsync(CreateContent("Class A(Of $$")) 149Await VerifyFalseAsync(CreateContent("Class A(Of T, $$")) 517Await VerifyFalseAsync(AddInsideMethod(CreateContent("For i = 1 To 10", 523Await VerifyFalseAsync(AddInsideMethod(CreateContent("For i = 1 To 10", 587Await VerifyFalseAsync(AddInsideMethod("Dim d = ""$$""")) 592Await VerifyFalseAsync(AddInsideMethod("' $$")) 603Await VerifyFalseAsync(AddInsideMethod(CreateContent("#IF False Then", 609Await VerifyFalseAsync(CreateContent("Enum Goo As $$"))