2 writes to _textstart
System (2)
regex\system\text\regularexpressions\RegexMatch.cs (2)
89
_textstart
= startpos;
106
_textstart
= textstart;
2 references to _textstart
System (2)
regex\system\text\regularexpressions\RegexMatch.cs (2)
93
System.Diagnostics.Debug.Assert(!(_textbeg < 0 ||
_textstart
< _textbeg || _textend <
_textstart
|| _text.Length < _textend),