8 references to AppKey
SMSvcHost (8)
System\ServiceModel\Activation\ActivatedMessageQueue.cs (2)
35
Debug.Print("ActivatedMessageQueue.ctor(listenerAdapter:" + listenerAdapter + " appKey:" + app.
AppKey
+ " appPoolId:" + app.AppPool.AppPoolId + ")");
45
listenerChannelContext = new ListenerChannelContext(this.app.
AppKey
,
System\ServiceModel\Activation\AppManager.cs (1)
87
apps.Remove(app.
AppKey
);
System\ServiceModel\Activation\ListenerAdapter.cs (4)
183
Debug.Print("ListenerAdapter[" + ProtocolName + "]::CloseAllListenerChannelInstances(" + app.
AppKey
+ ") returned: " + hresult);
344
Debug.Print("ListenerAdapter[" + ProtocolName + "]::RemoveApp(" + app.
AppKey
+ ")");
349
if (appManager.Apps.ContainsKey(app.
AppKey
))
409
Debug.Print("ListenerAdapter[" + ProtocolName + "]::RegisterNewBindings(" + app.
AppKey
+ ")");
System\ServiceModel\Activation\MsmqActivation.cs (1)
322
this.listenerChannelContext = new ListenerChannelContext(app.
AppKey
,