4 references to GetComIUnknown
mscorlib (4)
system\runtime\remoting\realproxy.cs (1)
649return MarshalByRefObject.GetComIUnknown((MarshalByRefObject)GetTransparentProxy());
system\runtime\remoting\remotingproxy.cs (3)
604pUnk = MarshalByRefObject.GetComIUnknown((MarshalByRefObject)otp); 609pUnk = MarshalByRefObject.GetComIUnknown((MarshalByRefObject)otp); 624pUnk = MarshalByRefObject.GetComIUnknown((MarshalByRefObject)otp);