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