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)
30private protected override TKey[] KeysCore => _keys; 32private protected override Enumerator GetEnumeratorCore() => new Enumerator(_keys, _values); 33private protected override int CountCore => _keys.Length; 38TKey[] keys = _keys;