1 reference to Capacity
MSBuildTaskHost (1)
Collections\ConcurrentQueue.cs (1)
115
int nextSize = tail._preservedForObservation != 0 ? InitialSegmentLength : Math.Min(tail.
Capacity
* 2, MaxSegmentLength);