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