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;