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