2 writes to _capcount
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexParser.cs (2)
77
_capcount
= 0;
1991
_capcount
++;
3 references to _capcount
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\RegexParser.cs (3)
2039
if (
_capcount
< _captop)
2041
_capnumlist = new int[
_capcount
];
2076
for (int i = 0; i <
_capcount
; i++)