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