4 writes to Reply
System.ServiceModel.Primitives (4)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
313rpc.Reply = reply;
System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
76rpc.Reply = rpc.FaultInfo.Fault;
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
158rpc.Reply = reply;
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
93Reply = null;
14 references to Reply
System.ServiceModel.Primitives (14)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (14)
144Message originalReply = rpc.Reply; 187rpc.RequestContext.Reply(rpc.Reply, rpc.ReplyTimeoutHelper.RemainingTime()); 227rpc.AsyncResult = rpc.RequestContext.BeginReply(rpc.Reply, rpc.ReplyTimeoutHelper.RemainingTime(), 374if ((context != null) && (rpc.Reply != null)) 399if (!rpc.Operation.IsOneWay && (context != null) && (rpc.Reply != null)) 438System.ServiceModel.Channels.RequestReplyCorrelator.PrepareReply(rpc.Reply, rpc.RequestID); 443canSendReply = System.ServiceModel.Channels.RequestReplyCorrelator.AddressReply(rpc.Reply, rpc.ReplyToInfo); 447AddMessageProperties(rpc.Reply, rpc.OperationContext, rpc.Channel); 450rpc.Reply.Properties[EventTraceActivity.Name] = rpc.EventTraceActivity; 739if (rpc.Reply != null) 741TraceUtility.MessageFlowAtMessageSent(rpc.Reply, rpc.EventTraceActivity); 828if ((rpc.Reply != null) && (rpc.Reply != rpc.ReturnParameter)) 832rpc.Reply.Close();