27 references to IMap
mscorlib (27)
system\internal.cs (5)
239WinRT_IDictionary<string, int>(null, null, null, null); typeof(IMap<string, int>).ToString(); 240WinRT_IDictionary<string, string>(null, null, null, null); typeof(IMap<string, string>).ToString(); 241WinRT_IDictionary<string, object>(null, null, null, null); typeof(IMap<string, object>).ToString(); 242WinRT_IDictionary<object, object>(null, null, null, null); typeof(IMap<object, object>).ToString(); 316static void WinRT_IDictionary<K, V>(MapToDictionaryAdapter mapToDictionaryAdapter, MapToCollectionAdapter mapToCollectionAdapter, DictionaryToMapAdapter dictionaryToMapAdapter, IMap<K, V> map)
system\runtime\interopservices\windowsruntime\maptocollectionadapter.cs (4)
45IMap<K, V> _this_map = _this as IMap<K, V>; 102IMap<K, V> _this_map = _this as IMap<K, V>;
system\runtime\interopservices\windowsruntime\maptodictionaryadapter.cs (18)
44IMap<K, V> _this = JitHelpers.UnsafeCast<IMap<K, V>>(this); 57IMap<K, V> _this = JitHelpers.UnsafeCast<IMap<K, V>>(this); 65IMap<K, V> _this = JitHelpers.UnsafeCast<IMap<K, V>>(this); 74IMap<K, V> _this = JitHelpers.UnsafeCast<IMap<K, V>>(this); 87IMap<K, V> _this = JitHelpers.UnsafeCast<IMap<K, V>>(this); 103IMap<K, V> _this = JitHelpers.UnsafeCast<IMap<K, V>>(this); 114IMap<K, V> _this = JitHelpers.UnsafeCast<IMap<K, V>>(this); 140IMap<K, V> _this = JitHelpers.UnsafeCast<IMap<K, V>>(this); 161private static V Lookup<K, V>(IMap<K, V> _this, K key) 178private static bool Insert<K, V>(IMap<K, V> _this, K key, V value)