2 writes to _buckets
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (2)
882
_buckets
= null;
901
ConcurrentDictionary<TKey, TValue>.VolatileNode[]? buckets =
_buckets
??= _dictionary._tables._buckets;