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;
493
var currentState = new CurrentState(
_dotstarredInitialStates
[GetCharKind(input, pos - 1)]);
561
var currentState = new CurrentState(
_dotstarredInitialStates
[GetCharKind(input, pos - 1)]);
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Dgml.cs (1)
205
foreach (MatchingState<TSet> state in matcher.
_dotstarredInitialStates
)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Explore.cs (1)
26
EnqueueAll(
_dotstarredInitialStates
, seen, toExplore);