1 write to Next
mscorlib (1)
system\threading\threadpool.cs (1)
634
Interlocked.CompareExchange(ref head.
Next
, new QueueSegment(), null);
5 references to Next
mscorlib (5)
system\threading\threadpool.cs (5)
636
while (head.
Next
!= null)
638
Interlocked.CompareExchange(ref queueHead, head.
Next
, head);
678
if (null == tail.
Next
|| !tail.IsUsedUp())
684
Interlocked.CompareExchange(ref queueTail, tail.
Next
, tail);
1711
segment = segment.
Next
)