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