1 instantiation of RuntimeAsyncRewriter
Microsoft.CodeAnalysis.CSharp (1)
Lowering\AsyncRewriter\RuntimeAsyncRewriter.cs (1)
37var rewriter = new RuntimeAsyncRewriter(new SyntheticBoundNodeFactory(method, node.Syntax, compilationState, diagnostics));
3 references to RuntimeAsyncRewriter
Microsoft.CodeAnalysis.CSharp (3)
Compiler\MethodCompiler.cs (2)
780loweredBody = RuntimeAsyncRewriter.Rewrite(loweredBody, method, compilationState, diagnosticsThisMethod); 1591bodyWithoutAsync = RuntimeAsyncRewriter.Rewrite(bodyWithoutIterators, method, compilationState, diagnostics);
Lowering\AsyncRewriter\RuntimeAsyncRewriter.cs (1)
37var rewriter = new RuntimeAsyncRewriter(new SyntheticBoundNodeFactory(method, node.Syntax, compilationState, diagnostics));