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