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