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