1 write to m_index
mscorlib (1)
system\Collections\Concurrent\ConcurrentQueue.cs (1)
696
m_index
= index;
6 references to m_index
mscorlib (6)
system\Collections\Concurrent\ConcurrentQueue.cs (6)
374
|| head.
m_index
> tail.
m_index
)
413
count += SEGMENT_SIZE * ((int)(tail.
m_index
- head.
m_index
- 1));
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