1 write to _reverseInitialStates
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (1)
263
_reverseInitialStates
= reverseInitialStates;
3 references to _reverseInitialStates
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (1)
428
reversalStartState = new CurrentState(
_reverseInitialStates
[GetCharKind(input, matchEnd)]);
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Dgml.cs (1)
209
foreach (MatchingState<TSet> state in matcher.
_reverseInitialStates
)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Explore.cs (1)
28
EnqueueAll(
_reverseInitialStates
, seen, toExplore);