5 references to ForEachNfaState
System.Text.RegularExpressions (5)
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.cs (2)
1024
ForEachNfaState
(initialState.Node, initialState.PrevCharKind, (current, initialRegisters),
1222
matcher.
ForEachNfaState
(dfaMatchingState.Node, dfaMatchingState.PrevCharKind, NfaStateSet,
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Explore.cs (1)
70
ForEachNfaState
(dfaState.Node, dfaState.PrevCharKind, (this, seen, toExplore),