2 writes to _matchedStateCount
Microsoft.CodeAnalysis.CSharp (2)
Lowering\StateMachineRewriter\ResumableStateMachineStateAllocator.cs (2)
45_matchedStateCount = 0; 63_matchedStateCount++;
1 reference to _matchedStateCount
Microsoft.CodeAnalysis.CSharp (1)
Lowering\StateMachineRewriter\ResumableStateMachineStateAllocator.cs (1)
78=> _matchedStateCount < Math.Abs((_slotAllocator?.GetFirstUnusedStateMachineState(_increasing) ?? _firstState) - _firstState);