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