7 writes to _autocap
System.Text.RegularExpressions (7)
System\Text\RegularExpressions\RegexParser.cs (7)
76
_autocap
= 0;
260
_autocap
= 1;
763
return new RegexNode(RegexNodeKind.Capture, _options,
_autocap
++, -1);
1672
_autocap
= 1;
1775
NoteCaptureSlot(
_autocap
++, pos);
1831
_autocap
++;
1839
_autocap
++;
3 references to _autocap
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\RegexParser.cs (3)
1829
while (IsCaptureSlot(
_autocap
))
1836
_capnames[name] =
_autocap
;
1837
NoteCaptureSlot(
_autocap
, pos);