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