1 write to _dotstarredInitialStates
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (1)
247_dotstarredInitialStates = dotstarredInitialStates;
5 references to _dotstarredInitialStates
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (3)
251_initialStateId = _dotstarredInitialStates[CharKind.General].Id; 493var currentState = new CurrentState(_dotstarredInitialStates[GetCharKind(input, pos - 1)]); 561var currentState = new CurrentState(_dotstarredInitialStates[GetCharKind(input, pos - 1)]);
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);