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