1 instantiation of Node
System (1)
sys\system\collections\concurrent\ConcurrentBag.cs (1)
980
Node node = new
Node
(item);
9 references to Node
System (9)
sys\system\collections\concurrent\ConcurrentBag.cs (9)
895
Node
currentNode = currentList.m_head;
925
public
Node
m_next;
926
public
Node
m_prev;
935
internal volatile
Node
m_head;
938
private volatile
Node
m_tail;
980
Node
node = new Node(item);
1008
Node
head = m_head;
1030
Node
head = m_head;
1047
Node
tail = m_tail;