1 write to _values
System.Collections.Immutable (1)
System\Collections\Frozen\SmallValueTypeDefaultComparerFrozenDictionary.cs (1)
27
_values
= source.Values.ToArray();
3 references to _values
System.Collections.Immutable (3)
System\Collections\Frozen\SmallValueTypeDefaultComparerFrozenDictionary.cs (3)
31
private protected override TValue[] ValuesCore =>
_values
;
32
private protected override Enumerator GetEnumeratorCore() => new Enumerator(_keys,
_values
);
43
return ref
_values
[i];