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