1 instantiation of ResumableStateMachineStateAllocator
Microsoft.CodeAnalysis.CSharp (1)
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
155
_resumableStateAllocator = new
ResumableStateMachineStateAllocator
(
3 references to ResumableStateMachineStateAllocator
Microsoft.CodeAnalysis.CSharp (3)
Lowering\AsyncRewriter\AsyncIteratorMethodToStateMachineRewriter.cs (1)
45
private readonly
ResumableStateMachineStateAllocator
_iteratorStateAllocator;
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (2)
57
private readonly
ResumableStateMachineStateAllocator
_resumableStateAllocator;
212
protected void AddResumableState(
ResumableStateMachineStateAllocator
allocator, SyntaxNode awaitOrYieldReturnSyntax, AwaitDebugId awaitId, out StateMachineState stateNumber, out GeneratedLabelSymbol resumeLabel)