1 write to _firstUnusedIncreasingStateMachineState
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
79
_firstUnusedIncreasingStateMachineState
= firstUnusedIncreasingStateMachineState;
1 reference to _firstUnusedIncreasingStateMachineState
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
359
=> increasing ?
_firstUnusedIncreasingStateMachineState
: _firstUnusedDecreasingStateMachineState;