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