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