2 references to _matchedStates
Microsoft.CodeAnalysis.CSharp (2)
Lowering\StateMachineRewriter\ResumableStateMachineStateAllocator.cs (2)
60
Debug.Assert(!
_matchedStates
[(int)state * direction]);
61
_matchedStates
[(int)state * direction] = true;