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