1 implementation of IReference
mscorlib (1)
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (1)
19
internal sealed class CLRIReferenceImpl<T> : CLRIPropertyValueImpl,
IReference
<T>, ICustomPropertyProvider
3 references to IReference
mscorlib (3)
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (2)
87
IReference
<T> reference = (
IReference
<T>) wrapper;
system\stubhelpers.cs (1)
1347
return Marshal.GetComInterfaceForObject(impl, typeof(
IReference
<T>));