6 references to Async
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (6)
EditAndContinue\Helpers\EditingTestBase.vb (1)
190
Case MethodKind.
Async
EditAndContinue\StatementEditingTests.vb (3)
4720
Dim edits = GetMethodEdits(src1, src2, methodKind:=MethodKind.
Async
)
4736
Dim edits = GetMethodEdits(src1, src2, methodKind:=MethodKind.
Async
)
4752
Dim edits = GetMethodEdits(src1, src2, methodKind:=MethodKind.
Async
)
EditAndContinue\StatementMatchingTests.vb (2)
507
Dim match = GetMethodMatch(src1, src2, methodKind:=MethodKind.
Async
)
1405
Dim match = GetMethodMatches(src1, src2, kind:=MethodKind.
Async
)