1 type derived from DefaultWorkflowSchedulerService
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\SynchronizationContextWorkflowSchedulerService.cs (1)
15class SynchronizationContextWorkflowSchedulerService : DefaultWorkflowSchedulerService
1 instantiation of DefaultWorkflowSchedulerService
System.Workflow.Runtime (1)
WorkflowRuntime.cs (1)
1124AddServiceImpl(new DefaultWorkflowSchedulerService());
4 references to DefaultWorkflowSchedulerService
System.Workflow.Runtime (4)
Hosting\ManualWorkflowSchedulerService.cs (4)
51private Dictionary<Guid, DefaultWorkflowSchedulerService.WorkItem> scheduleRequests = new Dictionary<Guid, DefaultWorkflowSchedulerService.WorkItem>(); 114scheduleRequests.Add(workflowInstanceId, new DefaultWorkflowSchedulerService.WorkItem(callback, workflowInstanceId)); 156DefaultWorkflowSchedulerService.WorkItem cs = null;