2 references to CreateNfaState
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Automata.cs (2)
454
/// include dead ends as <see cref="
CreateNfaState
(SymbolicRegexNode{TSet}, uint)"/> will filter those out.
468
if (
CreateNfaState
(nfaNode, prevCharKind) is int nfaId)