2 writes to _head
MSBuildTaskHost (2)
Collections\ConcurrentQueue.cs (2)
64
_tail =
_head
= new Segment(InitialSegmentLength);
182
_head
= head._nextSegment;
4 references to _head
MSBuildTaskHost (4)
Collections\ConcurrentQueue.cs (4)
139
_head
.TryDequeue(out result) || // fast-path that operates just on the head segment
148
Segment head =
_head
;
180
if (head ==
_head
)
212
Segment s =
_head
;