5 implementations of Activate
mscorlib (5)
system\runtime\remoting\activationservices.cs (5)
1299
public virtual IConstructionReturnMessage
Activate
(
1464
public virtual IConstructionReturnMessage
Activate
(
1554
public virtual IConstructionReturnMessage
Activate
(
1608
public virtual IConstructionReturnMessage
Activate
(
1658
public virtual IConstructionReturnMessage
Activate
(
7 references to Activate
mscorlib (7)
system\runtime\remoting\activationservices.cs (5)
548
ctorRetMsg = ctorMsg.Activator.
Activate
(ctorMsg);
1382
return ctorMsg.Activator.
Activate
(ctorMsg);
1428
return remActivator.
Activate
(ctorMsg);
1499
return ActivationServices.GetActivator().
Activate
(ctorMsg);
1564
return ActivationServices.GetActivator().
Activate
(ctorMsg);
system\runtime\remoting\terminatorsinks.cs (2)
311
replyMsg = ((IConstructionCallMessage)reqMsg).Activator.
Activate
(
601
replyMsg = ((IConstructionCallMessage)reqMsg).Activator.
Activate
((IConstructionCallMessage)reqMsg);