7 writes to _autocap
System.Text.RegularExpressions (7)
System\Text\RegularExpressions\RegexParser.cs (7)
76
_autocap
= 0;
260
_autocap
= 1;
833
return new RegexNode(RegexNodeKind.Capture, _options,
_autocap
++, -1);
1866
_autocap
= 1;
1969
NoteCaptureSlot(
_autocap
++, pos);
2025
_autocap
++;
2033
_autocap
++;
3 references to _autocap
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\RegexParser.cs (3)
2023
while (IsCaptureSlot(
_autocap
))
2030
_capnames[name] =
_autocap
;
2031
NoteCaptureSlot(
_autocap
, pos);