1 write to _keys
System.Collections.Immutable (1)
System\Collections\Frozen\SmallValueTypeComparableFrozenDictionary.cs (1)
34_keys = source.Keys.ToArray();
7 references to _keys
System.Collections.Immutable (7)
System\Collections\Frozen\SmallValueTypeComparableFrozenDictionary.cs (7)
37Array.Sort(_keys, _values); 38_max = _keys[_keys.Length - 1]; 41private protected override TKey[] KeysCore => _keys; 43private protected override Enumerator GetEnumeratorCore() => new Enumerator(_keys, _values); 44private protected override int CountCore => _keys.Length; 51TKey[] keys = _keys;