1 write to pools
SMSvcHost (1)
System\ServiceModel\Activation\AppManager.cs (1)
23this.pools = new Dictionary<string, AppPool>();
5 references to pools
SMSvcHost (5)
System\ServiceModel\Activation\AppManager.cs (5)
46return this.pools; 53this.pools.Add(appPoolId, appPool); 69if (this.pools.TryGetValue(appPoolId, out pool)) 78pools.Remove(appPoolId); 99pools.Clear();