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