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