3 writes to CallingActivity
System.Workflow.Runtime (3)
System\Activities\Statements\InteropExecutor.cs (1)
600
this.workflowQueuingService.
CallingActivity
= ContextActivity(currentActivity);
WorkflowExecutor.cs (1)
3091
queuingService.
CallingActivity
= ContextActivityUtils.ContextActivity(activity);
WorkflowQueuingService.cs (1)
301
this.rootQueuingService.
CallingActivity
= value;
9 references to CallingActivity
System.Workflow.Runtime (9)
WorkflowQueue.cs (8)
35
ActivityExecutorDelegateInfo<QueueEventArgs> subscriber = new ActivityExecutorDelegateInfo<QueueEventArgs>(value, qService.
CallingActivity
);
47
ActivityExecutorDelegateInfo<QueueEventArgs> subscriber = new ActivityExecutorDelegateInfo<QueueEventArgs>(value, qService.
CallingActivity
);
69
ActivityExecutorDelegateInfo<QueueEventArgs> subscriber = new ActivityExecutorDelegateInfo<QueueEventArgs>(eventListener, qService.
CallingActivity
);
88
ActivityExecutorDelegateInfo<QueueEventArgs> subscriber = new ActivityExecutorDelegateInfo<QueueEventArgs>(eventListener, qService.
CallingActivity
);
106
qService.GetQueueState(this.queueName).SynchronousListeners.Add(new ActivityExecutorDelegateInfo<QueueEventArgs>(value, qService.
CallingActivity
));
116
qService.GetQueueState(this.queueName).SynchronousListeners.Remove(new ActivityExecutorDelegateInfo<QueueEventArgs>(value, qService.
CallingActivity
));
127
qService.GetQueueState(this.queueName).SynchronousListeners.Add(new ActivityExecutorDelegateInfo<QueueEventArgs>(eventListener, qService.
CallingActivity
));
137
qService.GetQueueState(this.queueName).SynchronousListeners.Remove(new ActivityExecutorDelegateInfo<QueueEventArgs>(eventListener, qService.
CallingActivity
));
WorkflowQueuingService.cs (1)
295
return this.rootQueuingService.
CallingActivity
;