16 references to ActivatorLevel
mscorlib (16)
system\runtime\remoting\activationservices.cs (15)
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), 1273public virtual ActivatorLevel Level 1276get { return ActivatorLevel.AppDomain; } 1455public virtual ActivatorLevel Level 1458get {return ActivatorLevel.AppDomain;} 1545public virtual ActivatorLevel Level 1548get { return ActivatorLevel.AppDomain; } 1599public virtual ActivatorLevel Level 1602get { return ActivatorLevel.Context; } 1649public virtual ActivatorLevel Level 1652get { return ActivatorLevel.Construction; }
system\runtime\remoting\iactivator.cs (1)
41ActivatorLevel Level