1 write to _hashTable
System.Collections.Immutable (1)
System\Collections\Frozen\ItemsFrozenSet.cs (1)
33_hashTable = FrozenHashTable.Create(hashCodes, keysAreHashCodes);
5 references to _hashTable
System.Collections.Immutable (5)
System\Collections\Frozen\DefaultFrozenSet.cs (2)
23_hashTable.FindMatchingEntries(hashCode, out int index, out int endIndex); 27if (hashCode == _hashTable.HashCodes[index])
System\Collections\Frozen\ItemsFrozenSet.cs (1)
52private protected sealed override int CountCore => _hashTable.Count;
System\Collections\Frozen\ValueTypeDefaultComparerFrozenSet.cs (2)
23_hashTable.FindMatchingEntries(hashCode, out int index, out int endIndex); 27if (hashCode == _hashTable.HashCodes[index])