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