3 references to CreateWorkflowQueue
System.Workflow.Runtime (2)
WorkflowQueuingService.cs (2)
61this.CreateWorkflowQueue(pendingNotification, false); 86return this.rootQueuingService.CreateWorkflowQueue(queueName, false);
System.WorkflowServices (1)
System\Workflow\Activities\ReceiveActivity.cs (1)
1293workflowQueue = queuingService.CreateWorkflowQueue(queueName, false);