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