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