2 references to GetNextStates
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (2)
1359foreach (int nextState in GetNextStates(sourceStates.Values[0].Key, mintermId, matcher)) 1375foreach (int nextState in GetNextStates(sourceState.Key, mintermId, matcher))