1 reference to DefaultCapacity
System.Collections (1)
System\Collections\Generic\Stack.cs (1)
317int newcapacity = _array.Length == 0 ? DefaultCapacity : 2 * _array.Length;