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