1 reference to _GrowFactor
System (1)
compmod\system\collections\generic\queue.cs (1)
200int newcapacity = (int)((long)_array.Length * (long)_GrowFactor / 100);