2 references to RewriteIteratorAndAsync
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\LambdaRewriter\LambdaRewriter.vb (1)
904Return Rewriter.RewriteIteratorAndAsync(loweredBody, method, methodOrdinal, CompilationState, Diagnostics, stateMachineStateDebugInfosBuilder, slotAllocatorOpt, stateMachineType)
Lowering\Rewriter.vb (1)
110Dim bodyWithoutIteratorAndAsync = RewriteIteratorAndAsync(bodyWithoutLambdas, method, methodOrdinal, compilationState, localDiagnostics, stateMachineStateDebugInfoBuilder, lazyVariableSlotAllocator, stateMachineTypeOpt)