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