1 write to correlator
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ListenerBinder.cs (1)
52
this.
correlator
= new RequestReplyCorrelator();
2 references to correlator
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ListenerBinder.cs (2)
73
return new DuplexChannelBinder(channel, this.
correlator
, this.listener.Uri);
87
return new DuplexChannelBinder(channel, this.
correlator
, this.listener.Uri);