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