1 write to m_keys
mscorlib (1)
system\collections\objectmodel\readonlydictionary.cs (1)
53m_keys = new KeyCollection(m_dictionary.Keys);
2 references to m_keys
mscorlib (2)
system\collections\objectmodel\readonlydictionary.cs (2)
52if (m_keys == null) { 55return m_keys;