1 write to workflowQueuingService
System.Workflow.Runtime (1)
System\Activities\Statements\InteropExecutor.cs (1)
456this.workflowQueuingService = new WorkflowQueuingService(this);
4 references to workflowQueuingService
System.Workflow.Runtime (4)
System\Activities\Statements\InteropExecutor.cs (4)
98return this.workflowQueuingService.QueueNames; 214this.workflowQueuingService.EnqueueEvent(queueName, item); 600this.workflowQueuingService.CallingActivity = ContextActivity(currentActivity); 601return this.workflowQueuingService;