2 writes to ValidateOnCreate
System.WorkflowServices (2)
System\ServiceModel\Configuration\WorkflowRuntimeElement.cs (1)
148
wrtSection.
ValidateOnCreate
= false;
System\ServiceModel\Description\WorkflowRuntimeBehavior.cs (1)
80
tempSection.
ValidateOnCreate
= false;
1 reference to ValidateOnCreate
System.Workflow.Runtime (1)
WorkflowRuntime.cs (1)
184
_workflowDefinitionDispenser = new WorkflowDefinitionDispenser(this, (settings != null) ? settings.
ValidateOnCreate
: true, (settings != null) ? settings.WorkflowDefinitionCacheCapacity : 0);