3 writes to _buckets
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (3)
499_buckets = buckets; 1238_buckets = null; 1274_buckets = new int[newSize];
18 references to _buckets
System.Private.CoreLib (18)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (18)
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); 806if (dictionary._buckets != null) 876if (dictionary._buckets != null) 966if (dictionary._buckets == null) 970Debug.Assert(dictionary._buckets != null); 1080if (dictionary._buckets == null) 1084Debug.Assert(dictionary._buckets != null); 1302if (_buckets != null) 1375if (_buckets != null) 1551if (_buckets == null) 1744int[] buckets = _buckets!;