1 write to m_index
mscorlib (1)
system\Collections\Concurrent\ConcurrentQueue.cs (1)
696m_index = index;
6 references to m_index
mscorlib (6)
system\Collections\Concurrent\ConcurrentQueue.cs (6)
374|| head.m_index > tail.m_index) 413count += SEGMENT_SIZE * ((int)(tail.m_index - head.m_index - 1)); 744Segment newSegment = new Segment(m_index + 1, m_source); //m_index is Int64, we don't need to worry about overflow 757Segment newSegment = new Segment(m_index + 1, m_source); //m_index is Int64, we don't need to worry about overflow