1 write to _keys
System.Collections.Immutable (1)
System\Collections\Frozen\SmallValueTypeDefaultComparerFrozenDictionary.cs (1)
26
_keys
= source.Keys.ToArray();
4 references to _keys
System.Collections.Immutable (4)
System\Collections\Frozen\SmallValueTypeDefaultComparerFrozenDictionary.cs (4)
30
private protected override TKey[] KeysCore =>
_keys
;
32
private protected override Enumerator GetEnumeratorCore() => new Enumerator(
_keys
, _values);
33
private protected override int CountCore =>
_keys
.Length;
38
TKey[] keys =
_keys
;