1 write to _hashTable
System.Collections.Immutable (1)
System\Collections\Frozen\KeysAndValuesFrozenDictionary.cs (1)
35
_hashTable
= FrozenHashTable.Create(hashCodes, keysAreHashCodes);
5 references to _hashTable
System.Collections.Immutable (5)
System\Collections\Frozen\DefaultFrozenDictionary.cs (2)
26
_hashTable
.FindMatchingEntries(hashCode, out int index, out int endIndex);
30
if (hashCode ==
_hashTable
.HashCodes[index])
System\Collections\Frozen\KeysAndValuesFrozenDictionary.cs (1)
58
private protected sealed override int CountCore =>
_hashTable
.Count;
System\Collections\Frozen\ValueTypeDefaultComparerFrozenDictionary.cs (2)
26
_hashTable
.FindMatchingEntries(hashCode, out int index, out int endIndex);
30
if (hashCode ==
_hashTable
.HashCodes[index])