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)
21
return ref
_values
[i];
System\Collections\Frozen\SmallFrozenDictionary.cs (3)
33
private protected override TValue[] ValuesCore =>
_values
;
35
private protected sealed override Enumerator GetEnumeratorCore() => new Enumerator(_keys,
_values
);
45
return ref
_values
[i];