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