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