1 write to _nextSegment
MSBuildTaskHost (1)
Concurrent\ConcurrentQueue.cs (1)
116
tail.
_nextSegment
= newTail;
5 references to _nextSegment
MSBuildTaskHost (5)
Concurrent\ConcurrentQueue.cs (5)
156
if (head.
_nextSegment
== null)
179
_head = head.
_nextSegment
;
216
Segment next = s.
_nextSegment
;
231
Debug.Assert(next == s.
_nextSegment
);
237
if (s.
_nextSegment
== null)