1 write to _capcount
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\CaptureCollection.cs (1)
53
_capcount
= _group._capcount;
5 references to _capcount
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\CaptureCollection.cs (5)
62
public int Count =>
_capcount
;
91
if ((uint)i ==
_capcount
- 1)
96
if (i >=
_capcount
|| i < 0)
116
_captures = new Capture[
_capcount
];
117
for (int j = 0; j <
_capcount
- 1; j++)