1 instantiation of AppPool
SMSvcHost (1)
System\ServiceModel\Activation\AppManager.cs (1)
52
AppPool appPool = new
AppPool
(appPoolId, false, sid);
14 references to AppPool
SMSvcHost (14)
System\ServiceModel\Activation\App.cs (4)
13
AppPool
appPool;
21
internal App(string appKey, string path, int siteId,
AppPool
appPool, bool requestsBlocked)
61
internal
AppPool
AppPool { get { return appPool; } }
77
internal void OnAppPoolChanged(
AppPool
newAppPool)
System\ServiceModel\Activation\AppManager.cs (6)
18
Dictionary<string,
AppPool
> pools;
23
this.pools = new Dictionary<string,
AppPool
>();
42
public Dictionary<string,
AppPool
> AppPools
52
AppPool
appPool = new AppPool(appPoolId, false, sid);
58
AppPool
appPool = this.AppPools[appPoolId];
68
AppPool
pool;
System\ServiceModel\Activation\ListenerAdapter.cs (4)
256
AppPool
appPool;
579
AppPool
appPool = null;
690
AppPool
appPool = null;
712
AppPool
appPool = null;