2 writes to listener
System.ServiceModel (2)
System\ServiceModel\Channels\SharedTcpTransportManager.cs (2)
150listener = new SharedConnectionListener(path, queueId, token, this.onDuplicatedViaCallback); 160SharedConnectionListener currentListener = Interlocked.Exchange<SharedConnectionListener>(ref this.listener, null);
1 reference to listener
System.ServiceModel (1)
System\ServiceModel\Channels\SharedTcpTransportManager.cs (1)
97var localListener = this.listener;