16 references to ActivatorLevel
mscorlib (16)
system\runtime\remoting\activationservices.cs (15)
540
ctorMsg.Activator.Level ==
ActivatorLevel
.Construction,
559
ctorMsg.Activator.Level >=
ActivatorLevel
.Context,
1229
if (curr.Level <
ActivatorLevel
.AppDomain)
1245
while (curr.NextActivator.Level >=
ActivatorLevel
.AppDomain)
1250
curr.NextActivator.Level.Equals(
ActivatorLevel
.Context),
1273
public virtual
ActivatorLevel
Level
1276
get { return
ActivatorLevel
.AppDomain; }
1455
public virtual
ActivatorLevel
Level
1458
get {return
ActivatorLevel
.AppDomain;}
1545
public virtual
ActivatorLevel
Level
1548
get { return
ActivatorLevel
.AppDomain; }
1599
public virtual
ActivatorLevel
Level
1602
get { return
ActivatorLevel
.Context; }
1649
public virtual
ActivatorLevel
Level
1652
get { return
ActivatorLevel
.Construction; }
system\runtime\remoting\iactivator.cs (1)
41
ActivatorLevel
Level