7 instantiations of ConstructorReturnMessage
mscorlib (7)
system\runtime\remoting\activationservices.cs (3)
744
replyMsg = new
ConstructorReturnMessage
(e,null);
785
new
ConstructorReturnMessage
(
796
replyMsg = new
ConstructorReturnMessage
(e,null);
system\runtime\remoting\enterpriseserviceshelper.cs (1)
49
ctorRetMsg = new
ConstructorReturnMessage
(retObj, null, 0, null, ctorMsg);
system\runtime\remoting\realproxy.cs (3)
226
retMsg = new
ConstructorReturnMessage
(proxy,
240
retMsg = new
ConstructorReturnMessage
(e, ctorMsg);
772
new
ConstructorReturnMessage
((MarshalByRefObject)GetTransparentProxy(),
4 references to ConstructorReturnMessage
mscorlib (4)
system\runtime\remoting\activationservices.cs (2)
747
((
ConstructorReturnMessage
)replyMsg).SetLogicalCallContext(
799
((
ConstructorReturnMessage
)replyMsg).SetLogicalCallContext(
system\runtime\remoting\realproxy.cs (2)
871
ConstructorReturnMessage
crm = ctorRetMsg as
ConstructorReturnMessage
;