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