1 write to _hashTable
System.Collections.Immutable (1)
System\Collections\Frozen\String\OrdinalStringFrozenSet.cs (1)
41
_hashTable
= FrozenHashTable.Create(hashCodes);
5 references to _hashTable
System.Collections.Immutable (5)
System\Collections\Frozen\String\OrdinalStringFrozenSet.AlternateLookup.cs (2)
29
_hashTable
.FindMatchingEntries(hashCode, out int index, out int endIndex);
33
if (hashCode ==
_hashTable
.HashCodes[index] && Equals(item, _items[index]))
System\Collections\Frozen\String\OrdinalStringFrozenSet.cs (3)
62
private protected override int CountCore =>
_hashTable
.Count;
80
_hashTable
.FindMatchingEntries(hashCode, out int index, out int endIndex);
84
if (hashCode ==
_hashTable
.HashCodes[index] && Equals(item, _items[index]))