1 write to onDuplicatedViaCallback
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedNamedPipeTransportManager.cs (1)
32
this.
onDuplicatedViaCallback
= new Func<Uri, int>(OnDuplicatedVia);
1 reference to onDuplicatedViaCallback
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedNamedPipeTransportManager.cs (1)
122
listener = new SharedConnectionListener(path, queueId, token, this.
onDuplicatedViaCallback
);