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