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