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 145Segment head = _head; 177if (head == _head) 209Segment s = _head;