2 implementations of App
SMSvcHost (2)
System\ServiceModel\Activation\ActivatedMessageQueue.cs (1)
51public App App { get { return app; } }
System\ServiceModel\Activation\MsmqActivation.cs (1)
335public App App
5 references to App
SMSvcHost (5)
System\ServiceModel\Activation\ListenerAdapter.cs (5)
596Fx.Assert(queue.App.AppPool.AppPoolId == appPoolId, "OnApplicationPoolAllQueueInstancesStopped: unexpected pool id"); 599App app = queue.App; 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);