2 references to WorkflowRuntimeBehavior
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)
28
public WorkflowRuntimeBehavior() :
this
(null, DefaultCachedInstanceExpiration, DefaultValidateOnCreate)