2 references to MatchCollection
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Regex.Match.cs (2)
200
return new
MatchCollection
(this, input, RightToLeft ? input.Length : 0);
213
return new
MatchCollection
(this, input, startat);