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