1 reference to DefaultCapacity
Microsoft.Build (1)
SegmentedList`1.cs (1)
528newCapacity = _items.Length == 0 ? DefaultCapacity : _items.Length * 2;