1 write to _values
System.Collections (1)
System\Collections\Generic\SortedDictionary.cs (1)
171
public ValueCollection Values =>
_values
??= new ValueCollection(this);