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