1 instantiation of ValueCollection
System.Collections (1)
System\Collections\Generic\SortedDictionary.cs (1)
171
public ValueCollection Values => _values ??= new
ValueCollection
(this);
2 references to ValueCollection
System.Collections (2)
System\Collections\Generic\SortedDictionary.cs (2)
19
private
ValueCollection
? _values;
171
public
ValueCollection
Values => _values ??= new ValueCollection(this);