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)
37Array.Sort(_keys, _values); 42private protected override TValue[] ValuesCore => _values; 43private protected override Enumerator GetEnumeratorCore() => new Enumerator(_keys, _values); 59return ref _values[i];