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