3 references to ForEachNfaState
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Automata.cs (2)
408
ForEachNfaState
(targetNode, nextCharKind, targetsList, static (int nfaId, List<int> targetsList) =>
439
ForEachNfaState
(entry.Node, nextCharKind, (targetsList, entry.Effects),
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Explore.cs (1)
70
ForEachNfaState
(dfaState.Node, dfaState.PrevCharKind, (this, seen, toExplore),