1 write to _keys
System (1)
compmod\system\collections\specialized\stringdictionary.cs (1)
262
_keys
= new ICollectionToGenericCollectionAdapter(m_stringDictionary, KeyOrValue.Key);
2 references to _keys
System (2)
compmod\system\collections\specialized\stringdictionary.cs (2)
261
if(
_keys
== null ) {
264
return
_keys
;