2 instantiations of Segment
MSBuildTaskHost (2)
Collections\ConcurrentQueue.cs (2)
64
_tail = _head = new
Segment
(InitialSegmentLength);
116
var newTail = new
Segment
(nextSize);
8 references to Segment
MSBuildTaskHost (8)
Collections\ConcurrentQueue.cs (8)
51
private volatile
Segment
_tail;
54
private volatile
Segment
_head;
88
Segment
tail = _tail;
116
var
newTail = new Segment(nextSize);
148
Segment
head = _head;
212
Segment
s = _head;
219
Segment
? next = s._nextSegment;
288
internal
Segment
? _nextSegment;