2 writes to appPool
SMSvcHost (2)
System\ServiceModel\Activation\App.cs (2)
28
this.
appPool
= appPool;
79
this.
appPool
= newAppPool;
2 references to appPool
SMSvcHost (2)
System\ServiceModel\Activation\App.cs (2)
61
internal AppPool AppPool { get { return
appPool
; } }
105
return this.
appPool
.IsEnabled && !this.requestBlocked && !this.hasInvalidBinding;