1 write to _keys
System.Collections.Immutable (1)
System\Collections\Frozen\SmallFrozenDictionary.cs (1)
28_keys = source.Keys.ToArray();
5 references to _keys
System.Collections.Immutable (5)
System\Collections\Frozen\SmallFrozenDictionary.AlternateLookup.cs (1)
16TKey[] keys = _keys;
System\Collections\Frozen\SmallFrozenDictionary.cs (4)
32private protected override TKey[] KeysCore => _keys; 34private protected override int CountCore => _keys.Length; 35private protected sealed override Enumerator GetEnumeratorCore() => new Enumerator(_keys, _values); 40TKey[] keys = _keys;