1 write to _textpos
System (1)
regex\system\text\regularexpressions\RegexMatch.cs (1)
328
_textpos
= textpos;
2 references to _textpos
System (2)
regex\system\text\regularexpressions\RegexMatch.cs (1)
139
return _regex.Run(false, _length, _text, _textbeg, _textend - _textbeg,
_textpos
);
regex\system\text\regularexpressions\RegexMatchCollection.cs (1)
90
_startat = match.
_textpos
;