3 writes to _buckets
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (3)
500_buckets = buckets; 1239_buckets = null; 1275_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) 516if (_buckets == null) 520Debug.Assert(_buckets != null); 807if (dictionary._buckets != null) 877if (dictionary._buckets != null) 967if (dictionary._buckets == null) 971Debug.Assert(dictionary._buckets != null); 1081if (dictionary._buckets == null) 1085Debug.Assert(dictionary._buckets != null); 1303if (_buckets != null) 1376if (_buckets != null) 1552if (_buckets == null) 1745int[] buckets = _buckets!;