2 references to GroupCollection
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Match.cs (2)
91
public virtual GroupCollection Groups => _groupcoll ??= new
GroupCollection
(this, null);
386
public override GroupCollection Groups => _groupcoll ??= new
GroupCollection
(this, _caps);