2 writes to m_ownerThread
System (2)
sys\system\collections\concurrent\ConcurrentBag.cs (2)
352
currentList.
m_ownerThread
= Thread.CurrentThread; // the caller should acquire a lock to make this line thread safe
967
m_ownerThread
= ownerThread;
1 reference to m_ownerThread
System (1)
sys\system\collections\concurrent\ConcurrentBag.cs (1)
350
if (currentList.
m_ownerThread
.ThreadState == System.Threading.ThreadState.Stopped)