1 write to _values
System.Collections.Immutable (1)
System\Collections\Frozen\String\OrdinalStringFrozenDictionary.cs (1)
35_values = new TValue[values.Length];
5 references to _values
System.Collections.Immutable (5)
System\Collections\Frozen\String\OrdinalStringFrozenDictionary.AlternateLookup.cs (1)
36return ref _values[index];
System\Collections\Frozen\String\OrdinalStringFrozenDictionary.cs (4)
57_values[destIndex] = values[srcIndex]; 71private protected override TValue[] ValuesCore => _values; 72private protected override Enumerator GetEnumeratorCore() => new Enumerator(_keys, _values); 98return ref _values[index];