3 instantiations of CLRIKeyValuePairImpl
mscorlib (3)
system\runtime\interopservices\windowsruntime\clrikeyvaluepairimpl.cs (1)
45
return new
CLRIKeyValuePairImpl
<K, V>(ref unboxedPair);
system\runtime\interopservices\windowsruntime\constantsplittablemap.cs (1)
269
return new
CLRIKeyValuePairImpl
<TKey, TValue>(ref _array[_current]);
system\stubhelpers.cs (1)
1538
IKeyValuePair<K, V> impl = new
CLRIKeyValuePairImpl
<K, V>(ref pair);
2 references to CLRIKeyValuePairImpl
mscorlib (2)
system\runtime\interopservices\windowsruntime\clrikeyvaluepairimpl.cs (2)
53
CLRIKeyValuePairImpl
<K, V> reference = (
CLRIKeyValuePairImpl
<K, V>)wrapper;