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)
93
System.Diagnostics.Debug.Assert(!(
_textbeg
< 0 || _textstart <
_textbeg
|| _textend < _textstart || _text.Length < _textend),
139
return _regex.Run(false, _length, _text,
_textbeg
, _textend -
_textbeg
, _textpos);