2 references to SafeEnqueueEvent
System.Workflow.Runtime (2)
WorkflowExecutor.cs (1)
1245if (qService.SafeEnqueueEvent(queueName, item))
WorkflowQueuingService.cs (1)
208return this.rootQueuingService.SafeEnqueueEvent(queueName, item);