2 references to DefaultCachedInstanceExpiration
System.WorkflowServices (2)
System\ServiceModel\Configuration\WorkflowRuntimeElement.cs (1)
130configProperties.Add(new ConfigurationProperty(cachedInstanceExpiration, typeof(TimeSpan), WorkflowRuntimeBehavior.DefaultCachedInstanceExpiration));
System\ServiceModel\Description\WorkflowRuntimeBehavior.cs (1)
28public WorkflowRuntimeBehavior() : this(null, DefaultCachedInstanceExpiration, DefaultValidateOnCreate)