1 write to _dotstarredInitialStates
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (1)
247_dotstarredInitialStates = dotstarredInitialStates;
7 references to _dotstarredInitialStates
System.Text.RegularExpressions (7)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (5)
251_initialStateId = _dotstarredInitialStates[CharKind.General].Id; 493var currentState = new CurrentState(_dotstarredInitialStates[GetCharKind(input, pos - 1)]); 561var currentState = new CurrentState(_dotstarredInitialStates[GetCharKind(input, pos - 1)]); 1553currentStateId = matcher._dotstarredInitialStates[matcher.GetCharKind(input, pos - 1)].Id; 1584currentStateId = matcher._dotstarredInitialStates[matcher._positionKinds[GetMintermId(lookup, input[pos - 1]) + 1]].Id;
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Dgml.cs (1)
205foreach (MatchingState<TSet> state in matcher._dotstarredInitialStates)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Explore.cs (1)
26EnqueueAll(_dotstarredInitialStates, seen, toExplore);