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