1 write to _buckets
System.Collections (1)
System\Collections\Generic\OrderedDictionary.cs (1)
1094_buckets = newBuckets;
11 references to _buckets
System.Collections (11)
System\Collections\Generic\OrderedDictionary.cs (11)
208/// <summary>Initializes the <see cref="_buckets"/>/<see cref="_entries"/>.</summary> 210[MemberNotNull(nameof(_buckets))] 434if (_buckets is null) 521if (_buckets is not null && _count != 0) 525Array.Clear(_buckets, 0, _buckets.Length); 612if (_buckets is null) 859if (_buckets is null) 1048/// <summary>Grow or shrink <see cref="_buckets"/> and <see cref="_entries"/> to the specified capacity.</summary> 1049[MemberNotNull(nameof(_buckets))] 1113int[]? buckets = _buckets;