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