1 write to _buckets
System.Collections (1)
System\Collections\Generic\OrderedDictionary.cs (1)
1119_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))] 438if (_buckets is null) 536if (_buckets is not null && _count != 0) 540Array.Clear(_buckets, 0, _buckets.Length); 627if (_buckets is null) 874if (_buckets is null) 1073/// <summary>Grow or shrink <see cref="_buckets"/> and <see cref="_entries"/> to the specified capacity.</summary> 1074[MemberNotNull(nameof(_buckets))] 1138int[]? buckets = _buckets;