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