1 write to _textpos
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Match.cs (1)
277_textpos = beginningOfSpanSlice + textpos;
3 references to _textpos
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Match.cs (1)
103r.RunSingleMatch(RegexRunnerMode.FullMatchRequired, Length, Text, _textbeg, _textend - _textbeg, _textpos)! :
System\Text\RegularExpressions\MatchCollection.cs (1)
101_startat = match._textpos;
System\Text\RegularExpressions\Regex.cs (1)
509return (true, match.Index, match.Length, match._textpos);