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