2 instantiations of WorkflowRuntimeSection
System.WorkflowServices (2)
System\ServiceModel\Configuration\WorkflowRuntimeElement.cs (1)
146
wrtSection = new
WorkflowRuntimeSection
();
System\ServiceModel\Description\WorkflowRuntimeBehavior.cs (1)
79
WorkflowRuntimeSection tempSection = new
WorkflowRuntimeSection
();
11 references to WorkflowRuntimeSection
System.Workflow.Runtime (6)
Configuration\WorkflowRuntimeSection.cs (2)
108
[ConfigurationProperty(
WorkflowRuntimeSection
.commonParametersSectionName, DefaultValue = null)]
113
return (NameValueConfigurationCollection)base[
WorkflowRuntimeSection
.commonParametersSectionName];
WorkflowRuntime.cs (4)
155
WorkflowRuntimeSection
settings = ConfigurationManager.GetSection(configSectionName) as
WorkflowRuntimeSection
;
164
public WorkflowRuntime(
WorkflowRuntimeSection
settings)
180
private void PrivateInitialize(
WorkflowRuntimeSection
settings)
System.WorkflowServices (5)
System\ServiceModel\Configuration\WorkflowRuntimeElement.cs (2)
26
WorkflowRuntimeSection
wrtSection = null;
142
WorkflowRuntimeSection
CreateWorkflowRuntimeSection()
System\ServiceModel\Description\WorkflowRuntimeBehavior.cs (3)
22
static
WorkflowRuntimeSection
defaultWorkflowRuntimeSection;
73
static
WorkflowRuntimeSection
DefaultWorkflowRuntimeSection
79
WorkflowRuntimeSection
tempSection = new WorkflowRuntimeSection();