1 write to _resumableStateAllocator
Microsoft.CodeAnalysis.CSharp (1)
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
155
_resumableStateAllocator
= new ResumableStateMachineStateAllocator(
2 references to _resumableStateAllocator
Microsoft.CodeAnalysis.CSharp (2)
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (2)
210
=> AddResumableState(
_resumableStateAllocator
, awaitOrYieldReturnSyntax, awaitId, out state, out resumeLabel);
268
=>
_resumableStateAllocator
.GenerateThrowMissingStateDispatch(F, F.Local(cachedState), EncMissingStateErrorCode);