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