1 write to _caps
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Group.cs (1)
22
_caps
= caps;
3 references to _caps
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\CaptureCollection.cs (2)
72
_captures[j] = new Capture(_group.Text, _group.
_caps
[j * 2], _group.
_caps
[j * 2 + 1]);
System\Text\RegularExpressions\Match.cs (1)
57
_matches[0] =
_caps
;