1 write to m_state
mscorlib (1)
system\Collections\Concurrent\ConcurrentQueue.cs (1)
693m_state = new VolatileBool[SEGMENT_SIZE]; //all initialized to false
9 references to m_state
mscorlib (9)
system\Collections\Concurrent\ConcurrentQueue.cs (9)
510while (!head.m_state[i].m_value) 525while (!head.m_state[i].m_value) 540while (!curr.m_state[i].m_value) 555while (!tail.m_state[i].m_value) 730m_state[m_high].m_value = true; 801m_state[newhigh].m_value = true; 836while (!m_state[lowLocal].m_value) 895while (!m_state[lowLocal].m_value) 914while (!m_state[i].m_value)