4 references to ConcurrentQueueSegment
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentQueue.cs (4)
67_tail = _head = new ConcurrentQueueSegment<T>(InitialSegmentLength); 102_tail = _head = new ConcurrentQueueSegment<T>(length); 646var newTail = new ConcurrentQueueSegment<T>(nextSize); 824_tail = _head = new ConcurrentQueueSegment<T>(InitialSegmentLength);