1 write to _hashTable
System.Collections.Immutable (1)
System\Collections\Frozen\String\OrdinalStringFrozenDictionary.cs (1)
50_hashTable = FrozenHashTable.Create(hashCodes);
5 references to _hashTable
System.Collections.Immutable (5)
System\Collections\Frozen\String\OrdinalStringFrozenDictionary.AlternateLookup.cs (2)
30_hashTable.FindMatchingEntries(hashCode, out int index, out int endIndex); 34if (hashCode == _hashTable.HashCodes[index] && Equals(key, _keys[index]))
System\Collections\Frozen\String\OrdinalStringFrozenDictionary.cs (3)
73private protected override int CountCore => _hashTable.Count; 90_hashTable.FindMatchingEntries(hashCode, out int index, out int endIndex); 94if (hashCode == _hashTable.HashCodes[index])