1 write to m_firstCopy
mscorlib (1)
system\threading\Tasks\ProducerConsumerQueues.cs (1)
184
segment.m_state.
m_firstCopy
= segment.m_state.m_first;
2 references to m_firstCopy
mscorlib (2)
system\threading\Tasks\ProducerConsumerQueues.cs (2)
166
if (tail2 != segment.m_state.
m_firstCopy
)
182
if (segment.m_state.
m_firstCopy
!= segment.m_state.m_first)