1 instantiation of ValueCollection
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyDictionary.cs (1)
40
public ValueCollection Values => _values ??= new
ValueCollection
(m_dictionary.Values);
2 references to ValueCollection
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyDictionary.cs (2)
22
private
ValueCollection
? _values;
40
public
ValueCollection
Values => _values ??= new ValueCollection(m_dictionary.Values);