2 writes to _textend
System (2)
regex\system\text\regularexpressions\RegexMatch.cs (2)
88_textend = begpos + len; 105_textend = textend;
3 references to _textend
System (3)
regex\system\text\regularexpressions\RegexMatch.cs (3)
93System.Diagnostics.Debug.Assert(!(_textbeg < 0 || _textstart < _textbeg || _textend < _textstart || _text.Length < _textend), 139return _regex.Run(false, _length, _text, _textbeg, _textend - _textbeg, _textpos);