10 references to AppPool
SMSvcHost (10)
System\ServiceModel\Activation\ActivatedMessageQueue.cs (2)
35Debug.Print("ActivatedMessageQueue.ctor(listenerAdapter:" + listenerAdapter + " appKey:" + app.AppKey + " appPoolId:" + app.AppPool.AppPoolId + ")"); 74app.AppPool.Enabled;
System\ServiceModel\Activation\AppManager.cs (1)
86app.AppPool.RemoveApp(app);
System\ServiceModel\Activation\ListenerAdapter.cs (7)
182int hresult = CloseAllListenerChannelInstances(app.AppPool.AppPoolId, app.MessageQueue.ListenerChannelContext.ListenerChannelId); 263if (appPool != app.AppPool) 265app.AppPool.RemoveApp(app); 596Fx.Assert(queue.App.AppPool.AppPoolId == appPoolId, "OnApplicationPoolAllQueueInstancesStopped: unexpected pool id"); 634if (queue.App.AppPool.AppPoolId != appPoolId) 851Debug.Print("ListenerAdapter[" + ProtocolName + "]::ListenerAdapter.OpenListenerChannelInstance(appPoolId:" + queue.App.AppPool.AppPoolId + " appKey:" + queue.ListenerChannelContext.AppKey + " queueId:" + queue.ListenerChannelContext.ListenerChannelId + ")"); 852int hresult = OpenListenerChannelInstance(queue.App.AppPool.AppPoolId, queue.ListenerChannelContext.ListenerChannelId, queueBlob);