3 writes to Reply
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
355rpc.Reply = reply;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
70rpc.Reply = rpc.FaultInfo.Fault;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
97this.Reply = null;
13 references to Reply
dotnet-svcutil-lib (13)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (13)
121rpc.RequestContext.Reply(rpc.Reply, rpc.ReplyTimeoutHelper.RemainingTime()); 161rpc.AsyncResult = rpc.RequestContext.BeginReply(rpc.Reply, rpc.ReplyTimeoutHelper.RemainingTime(), 308if ((context != null) && (rpc.Reply != null)) 331if (!rpc.Operation.IsOneWay && (context != null) && (rpc.Reply != null)) 370System.ServiceModel.Channels.RequestReplyCorrelator.PrepareReply(rpc.Reply, rpc.RequestID); 375canSendReply = System.ServiceModel.Channels.RequestReplyCorrelator.AddressReply(rpc.Reply, rpc.ReplyToInfo); 379AddMessageProperties(rpc.Reply, rpc.OperationContext, rpc.Channel); 382rpc.Reply.Properties[EventTraceActivity.Name] = rpc.EventTraceActivity; 671if (rpc.Reply != null) 673TraceUtility.MessageFlowAtMessageSent(rpc.Reply, rpc.EventTraceActivity); 760if ((rpc.Reply != null) && (rpc.Reply != rpc.ReturnParameter)) 764rpc.Reply.Close();