3 writes to m_head
mscorlib (3)
system\Collections\Concurrent\ConcurrentQueue.cs (3)
68m_head = m_tail = new Segment(0, this); 78m_head = localTail; 867m_source.m_head = m_next;
8 references to m_head
mscorlib (8)
system\Collections\Concurrent\ConcurrentQueue.cs (8)
265Segment head = m_head; 287head = m_head; 360head = m_head; 370head != m_head || tail != m_tail 377head = m_head; 605Segment head = m_head; 628Segment head = m_head; 866Contract.Assert(m_source.m_head == this);