2 writes to _capcount
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexParser.cs (2)
77
_capcount
= 0;
1797
_capcount
++;
3 references to _capcount
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\RegexParser.cs (3)
1845
if (
_capcount
< _captop)
1847
_capnumlist = new int[
_capcount
];
1882
for (int i = 0; i <
_capcount
; i++)