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)
92
match =
_regex
.RunSingleMatch(RegexRunnerMode.FullMatchRequired, _prevlen, _input, 0, _input.Length, _startat)!;