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