3 references to RequestReplyCorrelator
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
20private RequestReplyCorrelator _requestReplyCorrelator = new RequestReplyCorrelator();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerBinder.cs (2)
52_correlator = new RequestReplyCorrelator(); 99_correlator = new RequestReplyCorrelator();