1 instantiation of ValueCollection
System.Collections (1)
System\Collections\Generic\OrderedDictionary.cs (1)
273public ValueCollection Values => _values ??= new(this);
6 references to ValueCollection
System.Collections (6)
System\Collections\Generic\OrderedDictionary.cs (6)
59private ValueCollection? _values; 273public ValueCollection Values => _values ??= new(this); 1682/// <summary>Returns an enumerator that iterates through the <see cref="OrderedDictionary{TKey, TValue}.ValueCollection"/>.</summary> 1683/// <returns>A <see cref="OrderedDictionary{TKey, TValue}.ValueCollection.Enumerator"/> for the <see cref="OrderedDictionary{TKey, TValue}.ValueCollection"/>.</returns> 1849/// <summary>Enumerates the elements of a <see cref="OrderedDictionary{TKey, TValue}.ValueCollection"/>.</summary>