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