3 instantiations of 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();
23 references to RequestReplyCorrelator
dotnet-svcutil-lib (23)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ICorrelatorKey.cs (1)
12RequestReplyCorrelator.Key RequestCorrelatorKey { get; set; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestReplyCorrelator.cs (2)
85ReplyToInfo info = RequestReplyCorrelator.ExtractReplyToInfo(request); 86return RequestReplyCorrelator.AddressReply(reply, info);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
578RequestReplyCorrelator.PrepareRequest(rpc.Request);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
20private RequestReplyCorrelator _requestReplyCorrelator = new RequestReplyCorrelator(); 48internal RequestReplyCorrelator RequestReplyCorrelator
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
1004System.ServiceModel.Channels.RequestReplyCorrelator.PrepareReply(reply, requestID); 1010canSendReply = System.ServiceModel.Channels.RequestReplyCorrelator.AddressReply(reply, requestMessage);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (10)
227RequestReplyCorrelator requestReplyCorrelator = _correlator as RequestReplyCorrelator; 370RequestReplyCorrelator.PrepareRequest(message); 449RequestReplyCorrelator.PrepareRequest(message); 590RequestReplyCorrelator requestReplyCorrelator = _correlator as RequestReplyCorrelator; 737private RequestReplyCorrelator.Key _requestCorrelatorKey; 744RequestReplyCorrelator.Key ICorrelatorKey.RequestCorrelatorKey 814private RequestReplyCorrelator.Key _requestCorrelatorKey; 848RequestReplyCorrelator.Key ICorrelatorKey.RequestCorrelatorKey
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
370System.ServiceModel.Channels.RequestReplyCorrelator.PrepareReply(rpc.Reply, rpc.RequestID); 375canSendReply = System.ServiceModel.Channels.RequestReplyCorrelator.AddressReply(rpc.Reply, rpc.ReplyToInfo);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (3)
50internal RequestReplyCorrelator.ReplyToInfo ReplyToInfo; 114this.ReplyToInfo = new RequestReplyCorrelator.ReplyToInfo(request); 119this.ReplyToInfo = new RequestReplyCorrelator.ReplyToInfo();