3 instantiations of ReplyToInfo
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestReplyCorrelator.cs (1)
115return new ReplyToInfo(message);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (2)
114this.ReplyToInfo = new RequestReplyCorrelator.ReplyToInfo(request); 119this.ReplyToInfo = new RequestReplyCorrelator.ReplyToInfo();
4 references to ReplyToInfo
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestReplyCorrelator.cs (3)
85ReplyToInfo info = RequestReplyCorrelator.ExtractReplyToInfo(request); 89internal static bool AddressReply(Message reply, ReplyToInfo info) 113internal static ReplyToInfo ExtractReplyToInfo(Message message)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
50internal RequestReplyCorrelator.ReplyToInfo ReplyToInfo;