2 references to Group
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\GroupCollection.cs (1)
83
_groups[i] = new
Group
(_match.Text, _match._matches[i + 1], _match._matchcount[i + 1], groupname);
System\Text\RegularExpressions\Match.cs (1)
52
base
(text, new int[2], 0, "0")