2 writes to ValidateOnCreate
System.WorkflowServices (2)
System\ServiceModel\Configuration\WorkflowRuntimeElement.cs (1)
148wrtSection.ValidateOnCreate = false;
System\ServiceModel\Description\WorkflowRuntimeBehavior.cs (1)
80tempSection.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);