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)
45private readonly ResumableStateMachineStateAllocator _iteratorStateAllocator;
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (2)
57private readonly ResumableStateMachineStateAllocator _resumableStateAllocator; 212protected void AddResumableState(ResumableStateMachineStateAllocator allocator, SyntaxNode awaitOrYieldReturnSyntax, AwaitDebugId awaitId, out StateMachineState stateNumber, out GeneratedLabelSymbol resumeLabel)