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