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