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)
87return _capcount; 140if (i == _capcount - 1 && i >= 0) 143if (i >= _capcount || i < 0) 148_captures = new Capture[_capcount]; 149for (int j = 0; j < _capcount - 1; j++) {