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