1 write to _regex
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\MatchCollection.cs (1)
32_regex = regex;
1 reference to _regex
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\MatchCollection.cs (1)
92match = _regex.RunSingleMatch(RegexRunnerMode.FullMatchRequired, _prevlen, _input, 0, _input.Length, _startat)!;