1 write to _hashTable
System.Collections.Immutable (1)
System\Collections\Frozen\ItemsFrozenSet.cs (1)
33_hashTable = FrozenHashTable.Create(hashCodes, keysAreHashCodes);
7 references to _hashTable
System.Collections.Immutable (7)
System\Collections\Frozen\DefaultFrozenSet.AlternateLookup.cs (2)
16_hashTable.FindMatchingEntries(hashCode, out int index, out int endIndex); 20if (hashCode == _hashTable.HashCodes[index] && comparer.Equals(item, _items[index]))
System\Collections\Frozen\DefaultFrozenSet.cs (2)
23_hashTable.FindMatchingEntries(hashCode, out int index, out int endIndex); 27if (hashCode == _hashTable.HashCodes[index])
System\Collections\Frozen\ItemsFrozenSet.cs (1)
52private protected sealed override int CountCore => _hashTable.Count;
System\Collections\Frozen\ValueTypeDefaultComparerFrozenSet.cs (2)
23_hashTable.FindMatchingEntries(hashCode, out int index, out int endIndex); 27if (hashCode == _hashTable.HashCodes[index])