6 references to RemoteActivateKey
mscorlib (6)
system\runtime\remoting\activationservices.cs (6)
1200
ctorMsg.Properties[ActivationServices.
RemoteActivateKey
] = activatorURL;
1215
if (ctorMsg.Properties.Contains(ActivationServices.
RemoteActivateKey
))
1219
ctorMsg.Properties[ActivationServices.
RemoteActivateKey
];
1320
if (ctorMsg.Properties.Contains(ActivationServices.
RemoteActivateKey
))
1407
ctorMsg.Properties[ActivationServices.
RemoteActivateKey
];
1425
ctorMsg.Properties.Remove(ActivationServices.
RemoteActivateKey
);