3 references to InternalUnmarshal
mscorlib (3)
system\runtime\remoting\realproxy.cs (1)
888
retObj = (MarshalByRefObject)RemotingServices.
InternalUnmarshal
(
system\runtime\remoting\remotingservices.cs (2)
834
return
InternalUnmarshal
(objectRef, null, false);
840
return
InternalUnmarshal
(objectRef, null, fRefine);