1 write to _buckets
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (1)
499_buckets = buckets;
12 references to _buckets
System.Private.CoreLib (12)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (12)
285Debug.Assert(_buckets != null, "_buckets should be non-null"); 288Array.Clear(_buckets); 387info.AddValue(HashSizeName, _buckets == null ? 0 : _buckets.Length); // This is the length of the bucket array 389if (_buckets != null) 405if (_buckets != null) 515if (_buckets == null) 519Debug.Assert(_buckets != null); 757if (dictionary._buckets != null) 827if (dictionary._buckets != null) 917if (dictionary._buckets == null) 921Debug.Assert(dictionary._buckets != null);