3 writes to m_count
System (3)
sys\system\collections\concurrent\ConcurrentBag.cs (3)
978m_count++; 996m_count = m_count - m_stealCount; 1018m_count--;
2 references to m_count
System (2)
sys\system\collections\concurrent\ConcurrentBag.cs (2)
996m_count = m_count - m_stealCount; 1074return m_count - m_stealCount;