6 references to Next
mscorlib (6)
system\Collections\Concurrent\ConcurrentQueue.cs (6)
270else if (head.Next == null) 283if (head.Next == null) 332Segment curr = head.Next; 336curr = curr.Next; 532Segment curr = head.Next; 546curr = curr.Next;