1 write to _values
System.Collections.Immutable (1)
System\Collections\Frozen\Int32\Int32FrozenDictionary.cs (1)
29_values = new TValue[entries.Length];
5 references to _values
System.Collections.Immutable (5)
System\Collections\Frozen\Int32\Int32FrozenDictionary.AlternateLookup.cs (1)
25return ref _values[index];
System\Collections\Frozen\Int32\Int32FrozenDictionary.cs (4)
44_values[destIndex] = entries[srcIndex].Value; 54private protected override TValue[] ValuesCore => _values; 57private protected override Enumerator GetEnumeratorCore() => new Enumerator(_hashTable.HashCodes, _values); 73return ref _values[index];