4 references to RequestReplyCorrelator
System.ServiceModel (4)
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
22
RequestReplyCorrelator requestReplyCorrelator = new
RequestReplyCorrelator
();
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
87
this.requestReplyCorrelator = new
RequestReplyCorrelator
();
System\ServiceModel\Dispatcher\ListenerBinder.cs (2)
52
this.correlator = new
RequestReplyCorrelator
();
99
this.correlator = new
RequestReplyCorrelator
();