1 instantiation of KeyCollection
mscorlib (1)
system\collections\objectmodel\readonlydictionary.cs (1)
53
m_keys = new
KeyCollection
(m_dictionary.Keys);
3 references to KeyCollection
mscorlib (3)
system\collections\objectmodel\readonlydictionary.cs (3)
33
private
KeyCollection
m_keys;
49
public
KeyCollection
Keys {
51
Contract.Ensures(Contract.Result<
KeyCollection
>() != null);