10 references to MarshalInternal
mscorlib (10)
system\appdomain.cs (1)
4005return RemotingServices.MarshalInternal(oh, null, null);
system\runtime\remoting\activationservices.cs (2)
905RemotingServices.MarshalInternal( 1370RemotingServices.MarshalInternal(redirectedProxy, null, activationType);
system\runtime\remoting\message.cs (1)
928return RemotingServices.MarshalInternal(_o,null,null);
system\runtime\remoting\messagesmuggler.cs (1)
82ObjRef objRef = RemotingServices.MarshalInternal(mbo, null, null);
system\runtime\remoting\remotingservices.cs (4)
465return MarshalInternal(Obj, null, null); 472return MarshalInternal(Obj, URI, null); 479return MarshalInternal(Obj, ObjURI, RequestedType); 823ObjRef or = RemotingServices.MarshalInternal(
system\runtime\serialization\objectclonehelper.cs (1)
61ObjRef objRef = RemotingServices.MarshalInternal((MarshalByRefObject)serObj, null, null);