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