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