2 writes to _head
MSBuildTaskHost (2)
Concurrent\ConcurrentQueue.cs (2)
61
_tail =
_head
= new Segment(InitialSegmentLength);
179
_head
= head._nextSegment;
4 references to _head
MSBuildTaskHost (4)
Concurrent\ConcurrentQueue.cs (4)
136
_head
.TryDequeue(out result) || // fast-path that operates just on the head segment
145
Segment head =
_head
;
177
if (head ==
_head
)
209
Segment s =
_head
;