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