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