3 writes to _node
System.Collections.Concurrent (3)
System\Collections\Concurrent\ConcurrentDictionary.cs (3)
883
_node
= null;
897
_node
= node._next;
910
_node
= buckets[i]._node;
1 reference to _node
System.Collections.Concurrent (1)
System\Collections\Concurrent\ConcurrentDictionary.cs (1)
894
if (
_node
is Node node)