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)"/>,
299
MatchingState<TSet> coreState =
GetOrCreateState
(node, prevCharKind);
376
targetState =
GetOrCreateState
(sourceState.Next(_builder, minterm, nextCharKind), nextCharKind);