2 writes to _tail
MSBuildTaskHost (2)
Collections\ConcurrentQueue.cs (2)
64
_tail
= _head = new Segment(InitialSegmentLength);
120
_tail
= newTail;
3 references to _tail
MSBuildTaskHost (3)
Collections\ConcurrentQueue.cs (3)
75
if (!
_tail
.TryEnqueue(item))
88
Segment tail =
_tail
;
101
if (tail ==
_tail
)