1 write to _resumableStateAllocator
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (1)
99_resumableStateAllocator = New ResumableStateMachineStateAllocator(
2 references to _resumableStateAllocator
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (2)
160state = _resumableStateAllocator.AllocateState(awaitOrYieldReturnSyntax) 225Return _resumableStateAllocator.GenerateThrowMissingStateDispatch(F, F.Local(CachedState, isLValue:=False), EncMissingStateMessage)