1 write to m_nextList
System (1)
sys\system\collections\concurrent\ConcurrentBag.cs (1)
320
m_tailList.
m_nextList
= list;
9 references to m_nextList
System (9)
sys\system\collections\concurrent\ConcurrentBag.cs (9)
355
currentList = currentList.
m_nextList
;
394
currentList = currentList.
m_nextList
;
407
currentList = currentList.
m_nextList
;
701
currentList = currentList.
m_nextList
;
817
currentList = currentList.
m_nextList
;
835
currentList = currentList.
m_nextList
;
857
currentList = currentList.
m_nextList
;
877
currentList = currentList.
m_nextList
;
901
currentList = currentList.
m_nextList
;