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