2 writes to m_needSync
System (2)
sys\system\collections\concurrent\ConcurrentBag.cs (2)
770m_needSync = true; 786m_needSync = false;
2 references to m_needSync
System (2)
sys\system\collections\concurrent\ConcurrentBag.cs (2)
160if (list.Count < 2 || m_needSync) 245if (list.Count <= 2 || m_needSync)