2 instantiations of WorkflowRuntime
System.WorkflowServices (2)
System\ServiceModel\Configuration\WorkflowRuntimeElement.cs (1)
139
return new WorkflowRuntimeBehavior(new
WorkflowRuntime
(CreateWorkflowRuntimeSection()), this.CachedInstanceExpiration, this.ValidateOnCreate);
System\ServiceModel\Description\WorkflowRuntimeBehavior.cs (1)
62
this.workflowRuntime = new
WorkflowRuntime
(WorkflowRuntimeBehavior.DefaultWorkflowRuntimeSection);
53 references to WorkflowRuntime
System.Workflow.Runtime (42)
AmbientEnvironment.cs (3)
221
static
WorkflowRuntime
workflowRuntime;
223
public RuntimeEnvironment(
WorkflowRuntime
runtime)
228
internal static
WorkflowRuntime
CurrentRuntime
DebugEngine\DebugController.cs (5)
53
private
WorkflowRuntime
serviceContainer;
259
internal DebugController(
WorkflowRuntime
serviceContainer, string hostName)
685
private void InstanceInitializing(object sender,
WorkflowRuntime
.WorkflowExecutorInitializingEventArgs e)
747
Activity rootActivity = ((
WorkflowRuntime
)sender).DefinitionDispenser.GetWorkflowDefinition(args.WorkflowType);
752
Activity rootActivity = ((
WorkflowRuntime
)sender).DefinitionDispenser.GetWorkflowDefinition(args.WorkflowDefinitionHashCode);
Hosting\DbResourceAllocator.cs (1)
57
WorkflowRuntime
runtime,
Hosting\WorkflowRuntimeService.cs (3)
22
private
WorkflowRuntime
_runtime;
25
protected
WorkflowRuntime
Runtime
34
internal void SetRuntime(
WorkflowRuntime
runtime)
PerformanceCounterManager.cs (3)
212
internal void Initialize(
WorkflowRuntime
runtime)
217
internal void Uninitialize(
WorkflowRuntime
runtime)
334
private void WorkflowExecutorInitializing(object sender,
WorkflowRuntime
.WorkflowExecutorInitializingEventArgs e)
Tracking.cs (6)
54
internal void Initialize(
WorkflowRuntime
runtime)
75
internal void Uninitialize(
WorkflowRuntime
runtime)
95
void WorkflowExecutorInitializing(object sender,
WorkflowRuntime
.WorkflowExecutorInitializingEventArgs e)
1109
private
WorkflowRuntime
_runtime = null;
1119
WorkflowRuntime
.ClearTrackingProfileCache();
1133
internal void Initialize(
WorkflowRuntime
runtime)
WorkflowDefinitionDispenser.cs (3)
38
private
WorkflowRuntime
workflowRuntime;
45
internal WorkflowDefinitionDispenser(
WorkflowRuntime
runtime, bool validateOnCreate, int capacity)
201
typeProvider =
WorkflowRuntime
.CreateTypeProvider(root);
WorkflowExecutor.cs (6)
55
WorkflowRuntime
_runtime; // hosting environment
214
internal void RegisterWithRuntime(
WorkflowRuntime
workflowRuntime)
244
internal void ReRegisterWithRuntime(
WorkflowRuntime
workflowRuntime)
282
internal void Initialize(Activity rootActivity,
WorkflowRuntime
runtime, WorkflowExecutor previousWorkflowExecutor)
398
internal
WorkflowRuntime
WorkflowRuntime
3083
else if (serviceType == typeof(
WorkflowRuntime
))//sorry, no.
WorkflowInstance.cs (3)
26
private
WorkflowRuntime
_runtime;
30
internal WorkflowInstance(Guid instanceId,
WorkflowRuntime
workflowRuntime)
49
public
WorkflowRuntime
WorkflowRuntime
WorkflowRuntime.cs (9)
878
using (new
WorkflowRuntime
.EventContext())
956
using (new
WorkflowRuntime
.EventContext())
1172
using (new
WorkflowRuntime
.EventContext())
1292
using (new
WorkflowRuntime
.EventContext())
1405
WorkflowRuntime
runtime = e.ServiceProvider as
WorkflowRuntime
;
1451
WorkflowRuntime
runtime = RuntimeEnvironment.CurrentRuntime;
1546
WorkflowRuntime
runtime = wr.Target as
WorkflowRuntime
;
System.WorkflowServices (11)
System\ServiceModel\Description\WorkflowRuntimeBehavior.cs (4)
26
WorkflowRuntime
workflowRuntime = null;
33
internal WorkflowRuntimeBehavior(
WorkflowRuntime
workflowRuntime, TimeSpan cachedInstanceExpiration, bool validateOnCreate)
56
public
WorkflowRuntime
WorkflowRuntime
127
void ValidateWorkflowRuntime(
WorkflowRuntime
workflowRuntime)
System\ServiceModel\Dispatcher\WorkflowInstanceLifeTimeManagerExtension.cs (2)
26
WorkflowRuntime
workflowRuntime;
28
public WorkflowInstanceLifetimeManagerExtension(
WorkflowRuntime
workflowRuntime, TimeSpan cachedInstanceExpiration, bool hasPersistenceService)
System\ServiceModel\Dispatcher\WorkflowOperationInvoker.cs (2)
27
WorkflowRuntime
workflowRuntime;
30
WorkflowRuntime
workflowRuntime, DispatchRuntime dispatchRuntime)
System\Workflow\Runtime\WorkflowDefinitionContext.cs (3)
15
WorkflowRuntime
workflowRuntime;
27
internal protected
WorkflowRuntime
WorkflowRuntime
40
internal void Register(
WorkflowRuntime
workflowRuntime, bool validate)