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