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)
60
state =
_nextState
61
_nextState = CType(
_nextState
+ direction, StateMachineState)