1 write to _initialStateId
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (1)
251
_initialStateId
= _dotstarredInitialStates[CharKind.General].Id;
3 references to _initialStateId
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (3)
653
int initialStateId =
_initialStateId
;
745
int initialStateId =
_initialStateId
;
1610
Debug.Assert(currentStateId == matcher.
_initialStateId
, "There are no anchors, so the current state should be the sole initial state.");