1 write to m_source
mscorlib (1)
system\Collections\Concurrent\ConcurrentQueue.cs (1)
697
m_source
= source;
7 references to m_source
mscorlib (7)
system\Collections\Concurrent\ConcurrentQueue.cs (7)
744
Segment newSegment = new Segment(m_index + 1,
m_source
); //m_index is Int64, we don't need to worry about overflow
757
Segment newSegment = new Segment(m_index + 1,
m_source
); //m_index is Int64, we don't need to worry about overflow
759
Contract.Assert(
m_source
.m_tail == this);
760
m_source
.m_tail = m_next;
845
if (
m_source
.m_numSnapshotTakers <= 0)
866
Contract.Assert(
m_source
.m_head == this);
867
m_source
.m_head = m_next;