2 instantiations of Segment
MSBuildTaskHost (2)
Concurrent\ConcurrentQueue.cs (2)
61_tail = _head = new Segment(InitialSegmentLength); 113var newTail = new Segment(nextSize);
8 references to Segment
MSBuildTaskHost (8)
Concurrent\ConcurrentQueue.cs (8)
50private volatile Segment _tail; 52private volatile Segment _head; 85Segment tail = _tail; 113var newTail = new Segment(nextSize); 145Segment head = _head; 209Segment s = _head; 216Segment next = s._nextSegment; 285internal Segment _nextSegment;