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)
653int initialStateId = _initialStateId; 745int initialStateId = _initialStateId; 1610Debug.Assert(currentStateId == matcher._initialStateId, "There are no anchors, so the current state should be the sole initial state.");