2 writes to runcrawl
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexRunner.cs (2)
335runcrawl = new int[32]; 484runcrawl = newcrawl;
12 references to runcrawl
System.Text.RegularExpressions (12)
System\Text\RegularExpressions\Regex.cs (1)
596runner.runcrawlpos = runner.runcrawl!.Length;
System\Text\RegularExpressions\RegexRunner.cs (11)
262runcrawlpos = runcrawl!.Length; 304if (runcrawl != null) 308runcrawlpos = runcrawl.Length; 480int[] newcrawl = new int[runcrawl!.Length * 2]; 482Array.Copy(runcrawl, 0, newcrawl, runcrawl.Length, runcrawl.Length); 483runcrawlpos += runcrawl.Length; 495runcrawl![--runcrawlpos] = i; 503return runcrawl![runcrawlpos++]; 511return runcrawl!.Length - runcrawlpos;