6 references to Async
Microsoft.CodeAnalysis.VisualBasic.Features.UnitTests (6)
EditAndContinue\Helpers\EditingTestBase.vb (1)
279Case MethodKind.Async
EditAndContinue\StatementEditingTests.vb (3)
5520Dim edits = GetMethodEdits(src1, src2, methodKind:=MethodKind.Async) 5536Dim edits = GetMethodEdits(src1, src2, methodKind:=MethodKind.Async) 5552Dim edits = GetMethodEdits(src1, src2, methodKind:=MethodKind.Async)
EditAndContinue\StatementMatchingTests.vb (2)
507Dim match = GetMethodMatch(src1, src2, methodKind:=MethodKind.Async) 1473Dim match = GetMethodMatches(src1, src2, kind:=MethodKind.Async)