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