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