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