1 write to _values
System.Collections.Immutable (1)
System\Collections\Frozen\SmallValueTypeDefaultComparerFrozenDictionary.cs (1)
27_values = source.Values.ToArray();
3 references to _values
System.Collections.Immutable (3)
System\Collections\Frozen\SmallValueTypeDefaultComparerFrozenDictionary.cs (3)
31private protected override TValue[] ValuesCore => _values; 32private protected override Enumerator GetEnumeratorCore() => new Enumerator(_keys, _values); 43return ref _values[i];