2 writes to runcrawl
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexRunner.cs (2)
337runcrawl = new int[32]; 505runcrawl = newcrawl;
15 references to runcrawl
System.Text.RegularExpressions (15)
System\Text\RegularExpressions\Regex.cs (1)
748runner.runcrawlpos = runner.runcrawl!.Length;
System\Text\RegularExpressions\RegexInterpreter.cs (3)
329Debug.Assert(runcrawl is not null); 345runcrawlpos = runcrawl.Length; 363runcrawlpos = runcrawl.Length;
System\Text\RegularExpressions\RegexRunner.cs (11)
264runcrawlpos = runcrawl!.Length; 306if (runcrawl != null) 310runcrawlpos = runcrawl.Length; 501int[] newcrawl = new int[runcrawl!.Length * 2]; 503Array.Copy(runcrawl, 0, newcrawl, runcrawl.Length, runcrawl.Length); 504runcrawlpos += runcrawl.Length; 516runcrawl![--runcrawlpos] = i; 524return runcrawl![runcrawlpos++]; 532return runcrawl!.Length - runcrawlpos;