2 writes to runcrawl
System (2)
regex\system\text\regularexpressions\RegexRunner.cs (2)
335runcrawl = new int [32]; 430runcrawl = newcrawl;
11 references to runcrawl
System (11)
regex\system\text\regularexpressions\RegexRunner.cs (11)
189runcrawlpos = runcrawl.Length; 312if (runcrawl != null) { 315runcrawlpos = runcrawl.Length; 426newcrawl = new int [runcrawl.Length * 2]; 428System.Array.Copy(runcrawl, 0, newcrawl, runcrawl.Length, runcrawl.Length); 429runcrawlpos += runcrawl.Length; 440runcrawl [--runcrawlpos] = i; 447return runcrawl [runcrawlpos++]; 454return runcrawl.Length - runcrawlpos;