1 override of GetCOMIUnknown
mscorlib (1)
system\runtime\remoting\remotingproxy.cs (1)
593public override IntPtr GetCOMIUnknown(bool fIsBeingMarshalled)
1 reference to GetCOMIUnknown
mscorlib (1)
system\marshalbyrefobject.cs (1)
51pUnk = RemotingServices.GetRealProxy(this).GetCOMIUnknown(fIsBeingMarshalled);