2 writes to _nextState
Microsoft.CodeAnalysis.CSharp (2)
Lowering\StateMachineRewriter\ResumableStateMachineStateAllocator.cs (2)
47_nextState = slotAllocator?.GetFirstUnusedStateMachineState(increasing) ?? firstState; 68_nextState += direction;
1 reference to _nextState
Microsoft.CodeAnalysis.CSharp (1)
Lowering\StateMachineRewriter\ResumableStateMachineStateAllocator.cs (1)
67state = _nextState;