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)
139return _regex.Run(false, _length, _text, _textbeg, _textend - _textbeg, _textpos);
regex\system\text\regularexpressions\RegexMatchCollection.cs (1)
90_startat = match._textpos;