2 implementations of Activator
mscorlib (2)
system\runtime\remoting\message.cs (2)
1318
public IActivator
Activator
4077
public IActivator
Activator
4 writes to Activator
mscorlib (4)
system\runtime\remoting\activationservices.cs (4)
1233
ctorMsg.
Activator
= activator;
1563
ctorMsg.
Activator
= m_NextActivator;
1612
ctorMsg.
Activator
= ctorMsg.Activator.NextActivator;
1667
ctorMsg.
Activator
= ctorMsg.Activator.NextActivator;
11 references to Activator
mscorlib (11)
system\runtime\remoting\activationservices.cs (8)
540
ctorMsg.
Activator
.Level == ActivatorLevel.Construction,
548
ctorRetMsg = ctorMsg.
Activator
.Activate(ctorMsg);
559
ctorMsg.
Activator
.Level >= ActivatorLevel.Context,
1225
ctorMsg.
Activator
!= null,
1227
IActivator curr = ctorMsg.
Activator
;
1382
return ctorMsg.
Activator
.Activate(ctorMsg);
1612
ctorMsg.Activator = ctorMsg.
Activator
.NextActivator;
1667
ctorMsg.Activator = ctorMsg.
Activator
.NextActivator;
system\runtime\remoting\message.cs (1)
1443
return _ccmsg.
Activator
;
system\runtime\remoting\terminatorsinks.cs (2)
311
replyMsg = ((IConstructionCallMessage)reqMsg).
Activator
.Activate(
601
replyMsg = ((IConstructionCallMessage)reqMsg).
Activator
.Activate((IConstructionCallMessage)reqMsg);