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