5 implementations of Level
mscorlib (5)
system\runtime\remoting\activationservices.cs (5)
1273
public virtual ActivatorLevel
Level
1455
public virtual ActivatorLevel
Level
1545
public virtual ActivatorLevel
Level
1599
public virtual ActivatorLevel
Level
1649
public virtual ActivatorLevel
Level
5 references to Level
mscorlib (5)
system\runtime\remoting\activationservices.cs (5)
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),