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);
20
if (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);
27
if (hashCode ==
_hashTable
.HashCodes[index])
System\Collections\Frozen\ItemsFrozenSet.cs (1)
52
private protected sealed override int CountCore =>
_hashTable
.Count;
System\Collections\Frozen\ValueTypeDefaultComparerFrozenSet.cs (2)
23
_hashTable
.FindMatchingEntries(hashCode, out int index, out int endIndex);
27
if (hashCode ==
_hashTable
.HashCodes[index])