1 write to WorkflowOperationContext
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\InternalReceiveMessage.cs (1)
378
WorkflowOperationContext
= workflowContext,
13 references to WorkflowOperationContext
System.ServiceModel.Activities (13)
System\ServiceModel\Activities\InternalReceiveMessage.cs (8)
388
WorkflowOperationContext workflowContext = instance.CorrelationResponseContext.
WorkflowOperationContext
;
473
receivedActivityId = instance.CorrelationResponseContext.
WorkflowOperationContext
.E2EActivityId;
547
Message request = instance.CorrelationResponseContext.
WorkflowOperationContext
.Inputs[0] as Message;
554
instance.CorrelationResponseContext.MessageVersion = ((Message)instance.CorrelationResponseContext.
WorkflowOperationContext
.Inputs[0]).Version;
562
instance.CorrelationResponseContext.
WorkflowOperationContext
.OperationContext.IncomingMessageProperties);
804
instance.CorrelationResponseContext.
WorkflowOperationContext
.SetOperationCompleted();
1110
MessagingActivityHelper.CreateCorrelationCallbackContext(responseContext.
WorkflowOperationContext
.OperationContext.IncomingMessageProperties);
1172
return this.CorrelationResponseContext.
WorkflowOperationContext
.OperationContext;
System\ServiceModel\Activities\InternalSendMessage.cs (5)
959
Fx.Assert(instance.ResponseContext.
WorkflowOperationContext
!= null, "The WorkflowOperationContext is required on the CorrelationResponseContext");
960
instance.OperationContext = instance.ResponseContext.
WorkflowOperationContext
.OperationContext;
1030
instance.ResponseContext.
WorkflowOperationContext
.SendFault(instance.ResponseContext.Exception);
1045
instance.ResponseContext.
WorkflowOperationContext
.SendReply(instance.RequestOrReply);
1139
instance.E2EActivityId = instance.ResponseContext.
WorkflowOperationContext
.E2EActivityId;