1 write to _caps
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Match.cs (1)
383
_caps
= caps;
1 reference to _caps
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Match.cs (1)
386
public override GroupCollection Groups => _groupcoll ??= new GroupCollection(this,
_caps
);