1 write to listenerChannelContext
System.ServiceModel.WasHosting (1)
System\ServiceModel\WasHosting\BaseAppDomainProtocolHandler.cs (1)
80listenerChannelContext = ListenerChannelContext.Hydrate(listenerChannelData);
6 references to listenerChannelContext
System.ServiceModel.WasHosting (6)
System\ServiceModel\WasHosting\BaseAppDomainProtocolHandler.cs (2)
100listenerChannelContext.AppKey, 123if (listenerChannelId != listenerChannelContext.ListenerChannelId)
System\ServiceModel\WasHosting\NamedPipeAppDomainProtocolHandler.cs (2)
27transportManager.Start(listenerChannelContext.ListenerChannelId, listenerChannelContext.Token, OnMessageReceived);
System\ServiceModel\WasHosting\TcpAppDomainProtocolHandler.cs (2)
31transportManager.Start(listenerChannelContext.ListenerChannelId, listenerChannelContext.Token, OnMessageReceived);