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