3 references to 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);