1 reference to _dictionary
System.Collections.Concurrent (1)
System\Collections\Concurrent\ConcurrentDictionary.cs (1)
901
ConcurrentDictionary<TKey, TValue>.VolatileNode[]? buckets = _buckets ??=
_dictionary
._tables._buckets;