12 references to GetAllServices
System.Workflow.Runtime (12)
WorkflowRuntime.cs (12)
292
foreach (TrackingService trackingService in
GetAllServices
(typeof(TrackingService)))
893
if (
GetAllServices
(service.GetType()).Contains(service))
965
if (!
GetAllServices
(service.GetType()).Contains(service))
1068
foreach (T t in
GetAllServices
(typeof(T)))
1120
if (
GetAllServices
(typeof(WorkflowCommitWorkBatchService)).Count == 0)
1123
if (
GetAllServices
(typeof(WorkflowSchedulerService)).Count == 0)
1126
if (
GetAllServices
(typeof(WorkflowLoaderService)).Count == 0)
1129
if (
GetAllServices
(typeof(WorkflowCommitWorkBatchService)).Count != 1)
1135
if (
GetAllServices
(typeof(WorkflowSchedulerService)).Count != 1)
1140
if (
GetAllServices
(typeof(WorkflowLoaderService)).Count != 1)
1145
if (
GetAllServices
(typeof(WorkflowPersistenceService)).Count > 1)
1150
if (
GetAllServices
(typeof(WorkflowTimerService)).Count == 0)