1 write to _values
System.Collections.Immutable (1)
System\Collections\Frozen\SmallValueTypeComparableFrozenDictionary.cs (1)
35
_values
= source.Values.ToArray();
4 references to _values
System.Collections.Immutable (4)
System\Collections\Frozen\SmallValueTypeComparableFrozenDictionary.cs (4)
37
Array.Sort(_keys,
_values
);
42
private protected override TValue[] ValuesCore =>
_values
;
43
private protected override Enumerator GetEnumeratorCore() => new Enumerator(_keys,
_values
);
59
return ref
_values
[i];