6 writes to runcrawlpos
System (6)
regex\system\text\regularexpressions\RegexRunner.cs (6)
189
runcrawlpos
= runcrawl.Length;
315
runcrawlpos
= runcrawl.Length;
336
runcrawlpos
= 32;
429
runcrawlpos
+= runcrawl.Length;
440
runcrawl [--
runcrawlpos
] = i;
447
return runcrawl [
runcrawlpos
++];
2 references to runcrawlpos
System (2)
regex\system\text\regularexpressions\RegexRunner.cs (2)
437
if (
runcrawlpos
== 0)
454
return runcrawl.Length -
runcrawlpos
;