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