3 references to ConstructorReturnMessage
mscorlib (3)
system\runtime\remoting\activationservices.cs (2)
744
replyMsg = new
ConstructorReturnMessage
(e,null);
796
replyMsg = new
ConstructorReturnMessage
(e,null);
system\runtime\remoting\realproxy.cs (1)
240
retMsg = new
ConstructorReturnMessage
(e, ctorMsg);