5 implementations of Level
mscorlib (5)
system\runtime\remoting\activationservices.cs (5)
1273public virtual ActivatorLevel Level 1455public virtual ActivatorLevel Level 1545public virtual ActivatorLevel Level 1599public virtual ActivatorLevel Level 1649public virtual ActivatorLevel Level
5 references to Level
mscorlib (5)
system\runtime\remoting\activationservices.cs (5)
540ctorMsg.Activator.Level == ActivatorLevel.Construction, 559ctorMsg.Activator.Level >= ActivatorLevel.Context, 1229if (curr.Level < ActivatorLevel.AppDomain) 1245while (curr.NextActivator.Level >= ActivatorLevel.AppDomain) 1250curr.NextActivator.Level.Equals(ActivatorLevel.Context),