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