2 writes to runstack
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexRunner.cs (2)
332
runstack
= new int[stacksize];
472
runstack
= newstack;
8 references to runstack
System.Text.RegularExpressions (8)
System\Text\RegularExpressions\Regex.cs (1)
595
runner.runstackpos = runner.
runstack
!.Length;
System\Text\RegularExpressions\RegexRunner.cs (7)
261
runstackpos =
runstack
!.Length;
307
runstackpos =
runstack
!.Length;
468
int[] newstack = new int[
runstack
!.Length * 2];
470
Array.Copy(
runstack
, 0, newstack,
runstack
.Length,
runstack
.Length);
471
runstackpos +=
runstack
.Length;