1 write to _increasing
Microsoft.CodeAnalysis.CSharp (1)
Lowering\StateMachineRewriter\ResumableStateMachineStateAllocator.cs (1)
43
_increasing
= increasing;
3 references to _increasing
Microsoft.CodeAnalysis.CSharp (3)
Lowering\StateMachineRewriter\ResumableStateMachineStateAllocator.cs (3)
54
int direction =
_increasing
? +1 : -1;
78
=> _matchedStateCount < Math.Abs((_slotAllocator?.GetFirstUnusedStateMachineState(
_increasing
) ?? _firstState) - _firstState);
91
_increasing
? BinaryOperatorKind.IntGreaterThanOrEqual : BinaryOperatorKind.IntLessThanOrEqual,