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