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