4 references to Exists
System.Workflow.Runtime (3)
WorkflowExecutor.cs (1)
693if (qService.Exists(sub.QueueName))
WorkflowQueuingService.cs (2)
60if (!this.Exists(pendingNotification)) 134return this.rootQueuingService.Exists(queueName);
System.WorkflowServices (1)
System\Workflow\Activities\ReceiveActivity.cs (1)
1291if (!queuingService.Exists(queueName))