2 writes to m_locals
System (2)
sys\system\collections\concurrent\ConcurrentBag.cs (2)
118m_locals = new ThreadLocal<ThreadLocalList>(); 635m_locals = new ThreadLocal<ThreadLocalList>();
4 references to m_locals
System (4)
sys\system\collections\concurrent\ConcurrentBag.cs (4)
296ThreadLocalList list = m_locals.Value; 324m_locals.Value = list; 747Contract.Assert(m_locals != null); 748return m_locals;