2 writes to _notecount
System (2)
regex\system\text\regularexpressions\RegexCompiler.cs (2)
281return _notecount++; 1572_notecount = 0;
6 references to _notecount
System (6)
regex\system\text\regularexpressions\RegexCompiler.cs (6)
272if (_notes == null || _notecount >= _notes.Length) { 275System.Array.Copy(_notes, 0, newnotes, 0, _notecount); 279_notes[_notecount] = new BacktrackNote(flags, l, codepos); 1057table = new Label[_notecount]; 1058for (i = 0; i < _notecount; i++) 1072for (i = 0; i < _notecount; i++) {