7 writes to _autocap
System.Text.RegularExpressions (7)
System\Text\RegularExpressions\RegexParser.cs (7)
76
_autocap
= 0;
260
_autocap
= 1;
810
return new RegexNode(RegexNodeKind.Capture, _options,
_autocap
++, -1);
1719
_autocap
= 1;
1822
NoteCaptureSlot(
_autocap
++, pos);
1878
_autocap
++;
1886
_autocap
++;
3 references to _autocap
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\RegexParser.cs (3)
1876
while (IsCaptureSlot(
_autocap
))
1883
_capnames[name] =
_autocap
;
1884
NoteCaptureSlot(
_autocap
, pos);