3 writes to enabled
SMSvcHost (3)
System\ServiceModel\Activation\AppPool.cs (3)
22this.enabled = enabled; 57this.enabled = false; 64this.enabled = enabled;
3 references to enabled
SMSvcHost (3)
System\ServiceModel\Activation\AppPool.cs (3)
27internal bool Enabled { get { return enabled; } } 62if (this.enabled != enabled) 77return this.enabled;