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