1 write to _input
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\MatchCollection.cs (1)
33_input = input;
2 references to _input
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\MatchCollection.cs (2)
92match = _regex.RunSingleMatch(RegexRunnerMode.FullMatchRequired, _prevlen, _input, 0, _input.Length, _startat)!;