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