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