1 write to CallbackContext
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\InternalReceiveMessage.cs (1)
626callbackHandle.CallbackContext = instance.CorrelationCallbackContext;
3 references to CallbackContext
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\CorrelationHandle.cs (1)
307if (this.Scope != null || this.CallbackContext != null || this.Context != null || this.ResponseContext != null || this.RequestContext != null || (this.InstanceKey != null && this.InstanceKey.IsValid))
System\ServiceModel\Activities\InternalSendMessage.cs (2)
1310if (instance.CorrelatesWith.CallbackContext != null) 1312instance.CorrelationCallbackContext = instance.CorrelatesWith.CallbackContext;