1 instantiation of SharedConnectionListener
System.ServiceModel (1)
System\ServiceModel\Channels\SharedTcpTransportManager.cs (1)
150listener = new SharedConnectionListener(path, queueId, token, this.onDuplicatedViaCallback);
9 references to SharedConnectionListener
System.ServiceModel (9)
System\ServiceModel\Channels\SharedConnectionListener.cs (4)
310SharedConnectionListener parent; 332public SharedListenerProxy(SharedConnectionListener parent) 341this.serviceName = SharedConnectionListener.GetServiceName(isTcp); 1133serviceName = SharedConnectionListener.GetServiceName(isTcp);
System\ServiceModel\Channels\SharedTcpTransportManager.cs (5)
16SharedConnectionListener listener; 97var localListener = this.listener; 117void CreateConnectionDemuxer(SharedConnectionListener sharedListener) 160SharedConnectionListener currentListener = Interlocked.Exchange<SharedConnectionListener>(ref this.listener, null);