2 writes to growthRate
System.Xml (2)
System\Xml\HWStack.cs (2)
24
this.
growthRate
= GrowthRate;
95
this.
growthRate
= growthRate;
3 references to growthRate
System.Xml (3)
System\Xml\HWStack.cs (3)
36
Object[] newstack = new Object[this.size + this.
growthRate
];
41
this.size += this.
growthRate
;
101
return new HWStack((object[]) this.stack.Clone(), this.
growthRate
, this.used, this.size);