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