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