15 references to GetService
System.Workflow.Runtime (11)
Hosting\DefaultWorkflowLoaderService.cs (1)
50
ITypeProvider typeProvider = this.Runtime.
GetService
<ITypeProvider>();
Hosting\SqlWorkflowPersistenceService.cs (1)
825
_transactionService = Runtime.
GetService
<WorkflowCommitWorkBatchService>();
Tracking\SqlTrackingService.cs (1)
192
_transactionService = this.Runtime.
GetService
<WorkflowCommitWorkBatchService>();
WorkflowDefinitionDispenser.cs (4)
256
WorkflowLoaderService loader = workflowRuntime.
GetService
<WorkflowLoaderService>();
264
ValidateDefinition(root, true, workflowRuntime.
GetService
<ITypeProvider>());
277
WorkflowLoaderService loader = workflowRuntime.
GetService
<WorkflowLoaderService>();
309
ITypeProvider typeProvider = workflowRuntime.
GetService
<ITypeProvider>();
WorkflowExecutor.cs (1)
3027
if (persistOnClose && this.WorkflowRuntime.
GetService
<WorkflowPersistenceService>() == null)
WorkflowInstance.cs (1)
208
if (_runtime == null || _runtime.
GetService
<WorkflowPersistenceService>() == null)
WorkflowRuntime.cs (2)
303
return
GetService
<WorkflowSchedulerService>();
1457
ITypeProvider typeProvider = runtime.
GetService
<ITypeProvider>();
System.WorkflowServices (4)
System\ServiceModel\Description\WorkflowRuntimeBehavior.cs (2)
108
this.WorkflowRuntime.
GetService
<WorkflowPersistenceService>() != null);
134
WorkflowSchedulerService workflowSchedulerService = workflowRuntime.
GetService
<WorkflowSchedulerService>();
System\ServiceModel\Description\WorkflowServiceBehavior.cs (2)
237
WorkflowPersistenceService persistenceService = workflowRuntimeBehavior.WorkflowRuntime.
GetService
<WorkflowPersistenceService>();
306
SynchronizationContextWorkflowSchedulerService syncSchedulerService = workflowRuntimeBehavior.WorkflowRuntime.
GetService
<SynchronizationContextWorkflowSchedulerService>();