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)
67
state =
_nextState
;