1 instantiation of ValueCollection
mscorlib (1)
system\collections\objectmodel\readonlydictionary.cs (1)
63m_values = new ValueCollection(m_dictionary.Values);
3 references to ValueCollection
mscorlib (3)
system\collections\objectmodel\readonlydictionary.cs (3)
35private ValueCollection m_values; 59public ValueCollection Values { 61Contract.Ensures(Contract.Result<ValueCollection>() != null);