2 references to 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);