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