3 writes to m_value
mscorlib (3)
system\Collections\Concurrent\ConcurrentQueue.cs (3)
730
m_state[m_high].
m_value
= true;
801
m_state[newhigh].
m_value
= true;
959
m_value
= value;
7 references to m_value
mscorlib (7)
system\Collections\Concurrent\ConcurrentQueue.cs (7)
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
)
836
while (!m_state[lowLocal].
m_value
)
895
while (!m_state[lowLocal].
m_value
)
914
while (!m_state[i].
m_value
)