2 references to QueueSegment
mscorlib (2)
system\threading\threadpool.cs (2)
560queueTail = queueHead = new QueueSegment(); 634Interlocked.CompareExchange(ref head.Next, new QueueSegment(), null);