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