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);