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)
36
Array.Sort(
_keys
, _values);
37
_max =
_keys
[
_keys
.Length - 1];
40
private protected override TKey[] KeysCore =>
_keys
;
42
private protected override Enumerator GetEnumeratorCore() => new Enumerator(
_keys
, _values);
43
private protected override int CountCore =>
_keys
.Length;
50
TKey[] keys =
_keys
;