2 references to RequestReplyCorrelator
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
509
return new DuplexChannelBinder(this.InnerChannelFactory.CreateChannel(to, via), this.
RequestReplyCorrelator
);
579
return new DuplexChannelBinder(this.InnerChannelFactory.CreateChannel(to, via), this.
RequestReplyCorrelator
, _useActiveAutoClose);