1 write to growthRate
System.Xml (1)
System\Xml\ByteStack.cs (1)
26
this.
growthRate
= growthRate;
2 references to growthRate
System.Xml (2)
System\Xml\ByteStack.cs (2)
34
byte[] newstack = new byte[size +
growthRate
];
39
size +=
growthRate
;