1 write to ResponseContext
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\InternalSendMessage.cs (1)
2330this.ResponseContext = responseContext;
11 references to ResponseContext
System.ServiceModel.Activities (11)
System\ServiceModel\Activities\InternalSendMessage.cs (11)
958Fx.Assert(instance.ResponseContext != null, "only valid for responses"); 959Fx.Assert(instance.ResponseContext.WorkflowOperationContext != null, "The WorkflowOperationContext is required on the CorrelationResponseContext"); 960instance.OperationContext = instance.ResponseContext.WorkflowOperationContext.OperationContext; 1026if (instance.ResponseContext.Exception != null) 1030instance.ResponseContext.WorkflowOperationContext.SendFault(instance.ResponseContext.Exception); 1038instance.ResponseContext.Exception = e; 1045instance.ResponseContext.WorkflowOperationContext.SendReply(instance.RequestOrReply); 1053instance.ResponseContext.Exception = e; 1139instance.E2EActivityId = instance.ResponseContext.WorkflowOperationContext.E2EActivityId; 2594return this.ResponseContext.Exception;