5 references to ExternalComObject
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (5)
85
return Marshal.QueryInterface(wrapper.
ExternalComObject
, iid, out unknown) == HResults.S_OK;
97
return Marshal.QueryInterface(wrapper.
ExternalComObject
, IID_IUnknown, out unknown) == HResults.S_OK;
1264
Debug.Assert(wrapper.IsUniqueInstance || _rcwCache.FindProxyForComInstance(wrapper.
ExternalComObject
) == comProxy);
1273
Debug.Assert(registeredWrapper.
ExternalComObject
!= wrapper.
ExternalComObject
);