2 instantiations of 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);
2 references to ICollectionToGenericCollectionAdapter
System (2)
compmod\system\collections\specialized\stringdictionary.cs (2)
233
ICollectionToGenericCollectionAdapter
_values;
234
ICollectionToGenericCollectionAdapter
_keys;