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