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