2 instantiations of ResumableStateMachineStateAllocator
Microsoft.CodeAnalysis.CSharp (2)
Lowering\AsyncRewriter\AsyncIteratorMethodToStateMachineRewriter.cs (1)
74
_iteratorStateAllocator = new
ResumableStateMachineStateAllocator
(
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
162
_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;
221
protected void AddResumableState(
ResumableStateMachineStateAllocator
allocator, SyntaxNode awaitOrYieldReturnSyntax, AwaitDebugId awaitId, out StateMachineState stateNumber, out GeneratedLabelSymbol resumeLabel)