3 writes to m_tail
mscorlib (3)
system\Collections\Concurrent\ConcurrentQueue.cs (3)
68
m_head =
m_tail
= new Segment(0, this);
94
m_tail
= localTail;
760
m_source.
m_tail
= m_next;
5 references to m_tail
mscorlib (5)
system\Collections\Concurrent\ConcurrentQueue.cs (5)
361
tail =
m_tail
;
370
head != m_head || tail !=
m_tail
378
tail =
m_tail
;
582
Segment tail =
m_tail
;
759
Contract.Assert(m_source.
m_tail
== this);