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)
913ConcurrentDictionary<TKey, TValue>.VolatileNode[]? buckets = _buckets;