1 write to CorrelationResponseContext
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\InternalReceiveMessage.cs (1)
1108
this.
CorrelationResponseContext
= responseContext;
16 references to CorrelationResponseContext
System.ServiceModel.Activities (16)
System\ServiceModel\Activities\InternalReceiveMessage.cs (16)
388
WorkflowOperationContext workflowContext = instance.
CorrelationResponseContext
.WorkflowOperationContext;
470
else if (instance.
CorrelationResponseContext
!= null)
473
receivedActivityId = instance.
CorrelationResponseContext
.WorkflowOperationContext.E2EActivityId;
544
Fx.Assert(instance.
CorrelationResponseContext
!= null, "Server side receive must have CorrelationResponseContext");
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);
593
if (!channelCorrelationHandle.TryRegisterResponseContext(executionContext, instance.
CorrelationResponseContext
))
601
if (!ambientHandle.TryRegisterResponseContext(executionContext, instance.
CorrelationResponseContext
))
798
else if (instance.
CorrelationResponseContext
!= null)
804
instance.
CorrelationResponseContext
.WorkflowOperationContext.SetOperationCompleted();
806
if (instance.
CorrelationResponseContext
.Exception != null)
809
throw FxTrace.Exception.AsError(instance.
CorrelationResponseContext
.Exception);
1170
else if (this.
CorrelationResponseContext
!= null)
1172
return this.
CorrelationResponseContext
.WorkflowOperationContext.OperationContext;