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)
25
return ref
_values
[index];
System\Collections\Frozen\Int32\Int32FrozenDictionary.cs (4)
44
_values
[destIndex] = entries[srcIndex].Value;
54
private protected override TValue[] ValuesCore =>
_values
;
57
private protected override Enumerator GetEnumeratorCore() => new Enumerator(_hashTable.HashCodes,
_values
);
73
return ref
_values
[index];