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)
261if( _keys == null ) { 264return _keys;