2 writes to _nextState
Microsoft.CodeAnalysis.VisualBasic (2)
CodeGen\ResumableStateMachineStateAllocator.vb (2)
41_nextState = If(slotAllocator?.GetFirstUnusedStateMachineState(increasing), firstState) 59_nextState = CType(_nextState + direction, StateMachineState)
2 references to _nextState
Microsoft.CodeAnalysis.VisualBasic (2)
CodeGen\ResumableStateMachineStateAllocator.vb (2)
58state = _nextState 59_nextState = CType(_nextState + direction, StateMachineState)