20 references to WorkflowRuntime
System.Workflow.Runtime (20)
Tracking.cs (3)
114
listenerBroker.ReplaceServices(exec.
WorkflowRuntime
.TrackingServiceReplacement);
253
Initialize(skedExec.
WorkflowRuntime
);
268
Initialize(skedExec.
WorkflowRuntime
);
WorkflowExecutor.cs (14)
658
WorkflowRuntime
.SchedulerService.Schedule(this.RunSome, this.InstanceId);
815
WorkflowPersistenceService persistence = this.
WorkflowRuntime
.WorkflowPersistenceService;
1043
WorkflowPersistenceService persistence = this.
WorkflowRuntime
.WorkflowPersistenceService;
1444
if (this.
WorkflowRuntime
.WorkflowPersistenceService == null)
1564
if (this.
WorkflowRuntime
.WorkflowPersistenceService == null)
1828
WorkflowPersistenceService persistenceSvc = this.
WorkflowRuntime
.WorkflowPersistenceService;
2167
this.
WorkflowRuntime
.TransactionService.CommitWorkBatch(DoResourceManagerCommit);
2195
this.
WorkflowRuntime
.TransactionService.CommitWorkBatch(DoResourceManagerCommit);
2837
WorkflowInstance instance = this.
WorkflowRuntime
.InternalCreateWorkflow(new CreationContext(workflowType, this, this.CurrentActivity.QualifiedName, namedArgumentValues), Guid.NewGuid());
2976
if (mustPersistState && this.
WorkflowRuntime
.WorkflowPersistenceService == null)
3027
if (persistOnClose && this.
WorkflowRuntime
.GetService<WorkflowPersistenceService>() == null)
3052
using (RuntimeEnvironment runtimeEnv = new RuntimeEnvironment(this.
WorkflowRuntime
))
3054
contextActivity = this.
WorkflowRuntime
.WorkflowPersistenceService.LoadCompletedContextActivity(contextInfo.ContextGuid, outerActivity);
3099
return this.
WorkflowRuntime
.GetService(serviceType);
WorkflowStateRollbackService.cs (3)
85
using (RuntimeEnvironment runtimeEnv = new RuntimeEnvironment(this.workflowExecutor.
WorkflowRuntime
))
97
newWorkflowExecutor.Initialize(clonedRootActivity, this.workflowExecutor.
WorkflowRuntime
, this.workflowExecutor);
132
this.workflowExecutor.
WorkflowRuntime
.ReplaceWorkflowExecutor(this.workflowExecutor.InstanceId, this.workflowExecutor, newWorkflowExecutor);