6 references to ExternalComObject
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (6)
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
);
1422
Remove_Locked(wrapper.
ExternalComObject
, wrapper);