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 148Segment head = _head; 180if (head == _head) 212Segment s = _head;