3 writes to ConstructorMessage
mscorlib (3)
system\runtime\remoting\activationservices.cs (1)
500rp.ConstructorMessage = ctorCallMsg;
system\runtime\remoting\realproxy.cs (2)
757rp.ConstructorMessage = null; 910rp.ConstructorMessage = null;
2 references to ConstructorMessage
mscorlib (2)
system\runtime\remoting\realproxy.cs (1)
726ctorMsg = rp.ConstructorMessage;
system\runtime\remoting\remotingservices.cs (1)
1406((RemotingProxy)GetRealProxy(proxy)).ConstructorMessage!=null,