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); 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])