1 instantiation of ValueCollection
System.Collections (1)
System\Collections\Generic\OrderedDictionary.cs (1)
267public ValueCollection Values => field ??= new(this);
5 references to ValueCollection
System.Collections (5)
System\Collections\Generic\OrderedDictionary.cs (5)
267public ValueCollection Values => field ??= new(this); 1710/// <summary>Returns an enumerator that iterates through the <see cref="OrderedDictionary{TKey, TValue}.ValueCollection"/>.</summary> 1711/// <returns>A <see cref="OrderedDictionary{TKey, TValue}.ValueCollection.Enumerator"/> for the <see cref="OrderedDictionary{TKey, TValue}.ValueCollection"/>.</returns> 1877/// <summary>Enumerates the elements of a <see cref="OrderedDictionary{TKey, TValue}.ValueCollection"/>.</summary>