1 override of GetFirstUnusedStateMachineState
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
358
public override StateMachineState?
GetFirstUnusedStateMachineState
(bool increasing)
2 references to GetFirstUnusedStateMachineState
Microsoft.CodeAnalysis (2)
CodeGen\StateMachineStateDebugInfo.cs (2)
59
firstUnusedIncreasingStateMachineState = variableSlotAllocator.
GetFirstUnusedStateMachineState
(increasing: true);
60
firstUnusedDecreasingStateMachineState = variableSlotAllocator.
GetFirstUnusedStateMachineState
(increasing: false);