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