1 write to _hashTable
System.Collections.Immutable (1)
System\Collections\Frozen\String\OrdinalStringFrozenSet.cs (1)
41_hashTable = FrozenHashTable.Create(hashCodes);
5 references to _hashTable
System.Collections.Immutable (5)
System\Collections\Frozen\String\OrdinalStringFrozenSet.AlternateLookup.cs (2)
29_hashTable.FindMatchingEntries(hashCode, out int index, out int endIndex); 33if (hashCode == _hashTable.HashCodes[index] && Equals(item, _items[index]))
System\Collections\Frozen\String\OrdinalStringFrozenSet.cs (3)
62private protected override int CountCore => _hashTable.Count; 80_hashTable.FindMatchingEntries(hashCode, out int index, out int endIndex); 84if (hashCode == _hashTable.HashCodes[index] && Equals(item, _items[index]))