3 writes to _node
System.Collections.Concurrent (3)
System\Collections\Concurrent\ConcurrentDictionary.cs (3)
895
_node
= null;
919
_node
= buckets[i]._node;
929
_node
= node._next;
1 reference to _node
System.Collections.Concurrent (1)
System\Collections\Concurrent\ConcurrentDictionary.cs (1)
926
if (
_node
is Node node)