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