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