2 implementations of App
SMSvcHost (2)
System\ServiceModel\Activation\ActivatedMessageQueue.cs (1)
51
public App
App
{ get { return app; } }
System\ServiceModel\Activation\MsmqActivation.cs (1)
335
public App
App
5 references to App
SMSvcHost (5)
System\ServiceModel\Activation\ListenerAdapter.cs (5)
596
Fx.Assert(queue.
App
.AppPool.AppPoolId == appPoolId, "OnApplicationPoolAllQueueInstancesStopped: unexpected pool id");
599
App app = queue.
App
;
634
if (queue.
App
.AppPool.AppPoolId != appPoolId)
851
Debug.Print("ListenerAdapter[" + ProtocolName + "]::ListenerAdapter.OpenListenerChannelInstance(appPoolId:" + queue.
App
.AppPool.AppPoolId + " appKey:" + queue.ListenerChannelContext.AppKey + " queueId:" + queue.ListenerChannelContext.ListenerChannelId + ")");
852
int hresult = OpenListenerChannelInstance(queue.
App
.AppPool.AppPoolId, queue.ListenerChannelContext.ListenerChannelId, queueBlob);