1 write to _hashTable
System.Collections.Immutable (1)
System\Collections\Frozen\String\OrdinalStringFrozenDictionary.cs (1)
50
_hashTable
= FrozenHashTable.Create(hashCodes);
5 references to _hashTable
System.Collections.Immutable (5)
System\Collections\Frozen\String\OrdinalStringFrozenDictionary.AlternateLookup.cs (2)
30
_hashTable
.FindMatchingEntries(hashCode, out int index, out int endIndex);
34
if (hashCode ==
_hashTable
.HashCodes[index] && Equals(key, _keys[index]))
System\Collections\Frozen\String\OrdinalStringFrozenDictionary.cs (3)
73
private protected override int CountCore =>
_hashTable
.Count;
90
_hashTable
.FindMatchingEntries(hashCode, out int index, out int endIndex);
94
if (hashCode ==
_hashTable
.HashCodes[index])