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