2 writes to _startat
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\MatchCollection.cs (2)
34_startat = startat; 101_startat = match._textpos;
1 reference to _startat
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\MatchCollection.cs (1)
92match = _regex.RunSingleMatch(RegexRunnerMode.FullMatchRequired, _prevlen, _input, 0, _input.Length, _startat)!;