1 write to _values
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (1)
222
public ValueCollection Values =>
_values
??= new ValueCollection(this);