28 references to Runtime
System.Workflow.Runtime (27)
Hosting\DefaultWorkflowLoaderService.cs (1)
50
ITypeProvider typeProvider = this.
Runtime
.GetService<ITypeProvider>();
Hosting\DefaultWorkflowSchedulerService.cs (2)
162
if (queueCounters == null && this.
Runtime
.PerformanceCounterManager != null)
164
queueCounters = this.
Runtime
.PerformanceCounterManager.CreateCounters(ExecutionStringManager.PerformanceCounterWorkflowsWaitingName);
Hosting\DefaultWorkflowTransactionService.cs (2)
62
if ((!_ignoreCommonEnableRetries) && (null != base.
Runtime
))
64
NameValueConfigurationCollection commonConfigurationParameters = base.
Runtime
.CommonParameters;
Hosting\ManualWorkflowSchedulerService.cs (2)
286
if (queueCounters == null && this.
Runtime
.PerformanceCounterManager != null)
288
queueCounters = this.
Runtime
.PerformanceCounterManager.CreateCounters(ExecutionStringManager.PerformanceCounterWorkflowsWaitingName);
Hosting\SharedConnectionWorkflowTransactionService.cs (5)
85
if (this.
Runtime
== null)
87
this.dbResourceAllocator = new DbResourceAllocator(this.
Runtime
, this.configParameters, this.unvalidatedConnectionString);
110
this.dbResourceAllocator = new DbResourceAllocator(this.
Runtime
, this.configParameters, this.unvalidatedConnectionString);
117
if ((!_ignoreCommonEnableRetries) && (null != base.
Runtime
))
119
NameValueConfigurationCollection commonConfigurationParameters = base.
Runtime
.CommonParameters;
Hosting\SqlWorkflowPersistenceService.cs (7)
822
_dbResourceAllocator = new DbResourceAllocator(this.
Runtime
, this.configParameters, this.unvalidatedConnectionString);
825
_transactionService =
Runtime
.GetService<WorkflowCommitWorkBatchService>();
831
if ((!_ignoreCommonEnableRetries) && (null != base.
Runtime
))
833
NameValueConfigurationCollection commonConfigurationParameters = base.
Runtime
.CommonParameters;
895
WorkflowInstance instance =
Runtime
.GetWorkflow(instanceId);
915
WorkflowInstance instance =
Runtime
.GetWorkflow(instanceId);
951
Runtime
.GetWorkflow(id).Load();
Hosting\WorkflowRuntimeService.cs (2)
51
Runtime
.RaiseServicesExceptionNotHandledEvent(exception, instanceId);
56
Runtime
.RaiseServicesExceptionNotHandledEvent(exception, instanceId);
Hosting\WorkflowTimerService.cs (2)
19
WorkflowSchedulerService schedulerService = this.
Runtime
.GetService(typeof(WorkflowSchedulerService)) as WorkflowSchedulerService;
25
WorkflowSchedulerService schedulerService = this.
Runtime
.GetService(typeof(WorkflowSchedulerService)) as WorkflowSchedulerService;
Tracking\SqlTrackingService.cs (4)
189
_dbResourceAllocator = new DbResourceAllocator(this.
Runtime
, _parameters, _unvalidatedConnectionString);
192
_transactionService = this.
Runtime
.GetService<WorkflowCommitWorkBatchService>();
198
if ((!_ignoreCommonEnableRetries) && (null != base.
Runtime
))
200
NameValueConfigurationCollection commonConfigurationParameters = base.
Runtime
.CommonParameters;
System.WorkflowServices (1)
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
443
this.inner.SetRuntime(this.
Runtime
);