1 write to _trackcount
System (1)
regex\system\text\regularexpressions\RegexCode.cs (1)
127_trackcount = trackcount;
3 references to _trackcount
System (3)
regex\system\text\regularexpressions\RegexCompiler.cs (2)
3135_trackcount = code._trackcount; 3422_trackcount = code._trackcount;
regex\system\text\regularexpressions\RegexInterpreter.cs (1)
47runtrackcount = runcode._trackcount;