1 write to _values
System.Collections.Immutable (1)
System\Collections\Frozen\SmallFrozenDictionary.cs (1)
29_values = source.Values.ToArray();
4 references to _values
System.Collections.Immutable (4)
System\Collections\Frozen\SmallFrozenDictionary.AlternateLookup.cs (1)
21return ref _values[i];
System\Collections\Frozen\SmallFrozenDictionary.cs (3)
33private protected override TValue[] ValuesCore => _values; 35private protected sealed override Enumerator GetEnumeratorCore() => new Enumerator(_keys, _values); 45return ref _values[i];