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