1 write to _capcount
System (1)
regex\system\text\regularexpressions\RegexCaptureCollection.cs (1)
38
_capcount
= _group._capcount;
5 references to _capcount
System (5)
regex\system\text\regularexpressions\RegexCaptureCollection.cs (5)
87
return
_capcount
;
140
if (i ==
_capcount
- 1 && i >= 0)
143
if (i >=
_capcount
|| i < 0)
148
_captures = new Capture[
_capcount
];
149
for (int j = 0; j <
_capcount
- 1; j++) {