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