2 writes to _captop
System (2)
regex\system\text\regularexpressions\RegexParser.cs (2)
1618_captop = i; 1620_captop = i + 1;
4 references to _captop
System (4)
regex\system\text\regularexpressions\RegexParser.cs (4)
80return new RegexTree(root, p._caps, p._capnumlist, p._captop, p._capnames, capnamelist, op); 1052while (newcapnum <= _captop) { 1616if (_captop <= i) { 1676if (_capcount < _captop) {