26 references to VerifyItemExistsAsync
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (26)
Completion\CompletionProviders\OverrideCompletionProviderTests.vb (26)
96Await VerifyItemExistsAsync(text.Value, "Equals(obj As Object)")
97Await VerifyItemExistsAsync(text.Value, "ToString()")
98Await VerifyItemExistsAsync(text.Value, "GetHashCode()")
113Await VerifyItemExistsAsync(text.Value, "goo()")
129Await VerifyItemExistsAsync(text.Value, "goo()")
144Await VerifyItemExistsAsync(text.Value, "goo()")
163Await VerifyItemExistsAsync(text.Value, "goo()")
183Await VerifyItemExistsAsync(text.Value, "bar()")
202Await VerifyItemExistsAsync(text.Value, "Goo()")
299Await VerifyItemExistsAsync(text.Value, "goo")
320Await VerifyItemExistsAsync(text.Value, "r1()")
321Await VerifyItemExistsAsync(text.Value, "t1()")
322Await VerifyItemExistsAsync(text.Value, "u1()")
344Await VerifyItemExistsAsync(text.Value, "r1()")
368Await VerifyItemExistsAsync(text.Value, "t1()")
392Await VerifyItemExistsAsync(text.Value, "u1()")
418Await VerifyItemExistsAsync(text.Value, "v1()")
436Await VerifyItemExistsAsync(markup.Value, "Goo(t As X)")
451Await VerifyItemExistsAsync(markup.Value, "Goo(t As Y)")
466Await VerifyItemExistsAsync(markup.Value, "Goo(t As Y, s As Z)")
481Await VerifyItemExistsAsync(markup.Value, "Goo(t As Integer)")
496Await VerifyItemExistsAsync(markup.Value, "Goo(t As Integer)")
513Await VerifyItemExistsAsync(markup.Value, "Goo(t As Integer, s As Exception)")
530Await VerifyItemExistsAsync(text.Value, "Something(Of X)(arg As X)")
548Await VerifyItemExistsAsync(text.Value, "goo(e As Exception)")
615Await VerifyItemExistsAsync(text.Value, "ToString()")