5 references to ForEachNfaState
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Automata.cs (2)
408ForEachNfaState(targetNode, nextCharKind, targetsList, static (int nfaId, List<int> targetsList) => 439ForEachNfaState(entry.Node, nextCharKind, (targetsList, entry.Effects),
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (2)
1024ForEachNfaState(initialState.Node, initialState.PrevCharKind, (current, initialRegisters), 1222matcher.ForEachNfaState(dfaMatchingState.Node, dfaMatchingState.PrevCharKind, NfaStateSet,
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Explore.cs (1)
70ForEachNfaState(dfaState.Node, dfaState.PrevCharKind, (this, seen, toExplore),