3 references to GetOrCreateState
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Automata.cs (3)
281/// <see cref="MatchingState{TSet}"/> allocated with <see cref="GetOrCreateState(SymbolicRegexNode{TSet}, uint)"/>, 299MatchingState<TSet> coreState = GetOrCreateState(node, prevCharKind); 376targetState = GetOrCreateState(sourceState.Next(_builder, minterm, nextCharKind), nextCharKind);