3 writes to _entries
Microsoft.CodeAnalysis.CodeStyle (3)
SegmentedHashSet`1.cs (3)
151_entries = (SegmentedArray<Entry>)source._entries.Clone(); 903_entries = entries; 965_entries = entries;
25 references to _entries
Microsoft.CodeAnalysis.CodeStyle (25)
SegmentedHashSet`1.cs (25)
114if (_count > 0 && _entries.Length / _count > ShrinkThreshold) 151_entries = (SegmentedArray<Entry>)source._entries.Clone(); 161var entries = source._entries; 188Debug.Assert(_entries.Length > 0, "_entries should be non-empty"); 194SegmentedArray.Clear(_entries, 0, count); 203/// <summary>Gets the index of the item in <see cref="_entries"/>, or -1 if it's not in the set.</summary> 209var entries = _entries; 289/// <summary>Gets a reference to the specified hashcode's bucket, containing an index into <see cref="_entries"/>.</summary> 301var entries = _entries; 398actualValue = _entries[index]._value; 801var entries = _entries; 821var entries = _entries; 861var currentCapacity = _entries.Length; 881Debug.Assert(_entries.Length > 0, "_entries should be non-empty"); 882Debug.Assert(newSize >= _entries.Length); 887SegmentedArray.Copy(_entries, entries, count); 915var oldEntries = _entries; 925var entries = _entries; 973/// <param name="location">The index into <see cref="_entries"/> of the element.</param> 983var entries = _entries; 1084entries = _entries; 1147var entries = _entries; 1196ref var entry = ref _entries[i]; 1284Remove(_entries[i]._value); 1412ref var entry = ref _hashSet._entries[_index++];