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