1 write to _nextSegment
MSBuildTaskHost (1)
Collections\ConcurrentQueue.cs (1)
119
tail.
_nextSegment
= newTail;
5 references to _nextSegment
MSBuildTaskHost (5)
Collections\ConcurrentQueue.cs (5)
159
if (head.
_nextSegment
== null)
182
_head = head.
_nextSegment
;
219
Segment? next = s.
_nextSegment
;
234
Debug.Assert(next == s.
_nextSegment
);
240
if (s.
_nextSegment
== null)