2 references to ICollectionToGenericCollectionAdapter
System (2)
compmod\system\collections\specialized\stringdictionary.cs (2)
262
_keys = new
ICollectionToGenericCollectionAdapter
(m_stringDictionary, KeyOrValue.Key);
272
_values = new
ICollectionToGenericCollectionAdapter
(m_stringDictionary, KeyOrValue.Value);