3 references to Group
System (3)
regex\system\text\regularexpressions\RegexGroup.cs (1)
26internal static Group _emptygroup = new Group(String.Empty, new int[0], 0, string.Empty);
regex\system\text\regularexpressions\RegexGroupCollection.cs (1)
151_groups[i] = new Group(_match._text, _match._matches[i + 1], _match._matchcount[i + 1], groupname);
regex\system\text\regularexpressions\RegexMatch.cs (1)
80: base(text, new int[2], 0, "0") {