2 references to InitialSegmentLength
MSBuildTaskHost (2)
Concurrent\ConcurrentQueue.cs (2)
61
_tail = _head = new Segment(
InitialSegmentLength
);
112
int nextSize = tail._preservedForObservation != 0 ?
InitialSegmentLength
: Math.Min(tail.Capacity * 2, MaxSegmentLength);