2 writes to _buckets
System.Collections.Concurrent (2)
System\Collections\Concurrent\ConcurrentDictionary.cs (2)
894
_buckets
= null;
908
_buckets
= _dictionary._tables._buckets;
1 reference to _buckets
System.Collections.Concurrent (1)
System\Collections\Concurrent\ConcurrentDictionary.cs (1)
913
ConcurrentDictionary<TKey, TValue>.VolatileNode[]? buckets =
_buckets
;