1 write to _capcount
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\CaptureCollection.cs (1)
25
_capcount
= _group._capcount;
5 references to _capcount
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\CaptureCollection.cs (5)
31
public int Count =>
_capcount
;
44
if ((uint)i ==
_capcount
- 1)
49
if (i >=
_capcount
|| i < 0)
69
_captures = new Capture[
_capcount
];
70
for (int j = 0; j <
_capcount
- 1; j++)