1 write to _keys
System.Collections.Immutable (1)
System\Collections\Frozen\String\OrdinalStringFrozenDictionary.cs (1)
34
_keys
= new string[keys.Length];
5 references to _keys
System.Collections.Immutable (5)
System\Collections\Frozen\String\OrdinalStringFrozenDictionary.AlternateLookup.cs (1)
34
if (hashCode == _hashTable.HashCodes[index] && Equals(key,
_keys
[index]))
System\Collections\Frozen\String\OrdinalStringFrozenDictionary.cs (4)
56
_keys
[destIndex] = keys[srcIndex];
70
private protected override string[] KeysCore =>
_keys
;
72
private protected override Enumerator GetEnumeratorCore() => new Enumerator(
_keys
, _values);
96
if (Equals(key,
_keys
[index]))