3 references to AwaitByRefSpill
Microsoft.CodeAnalysis.CSharp (3)
Lowering\AsyncRewriter\RuntimeAsyncRewriter.cs (2)
63var hoistedThis = rewriter._factory.StoreToTemp(rewriter._factory.This(), out BoundAssignmentOperator store, kind: SynthesizedLocalKind.AwaitByRefSpill); 256var hoistedLocal = @this._factory.SynthesizedLocal(type, syntax: local.GetDeclaratorSyntax(), kind: SynthesizedLocalKind.AwaitByRefSpill);
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
667const SynthesizedLocalKind kind = SynthesizedLocalKind.AwaitByRefSpill;