1 instantiation of WorkflowHostingOptionsSection
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Configuration\WorkflowHostingOptionsSection.cs (1)
31
retval = new
WorkflowHostingOptionsSection
();
7 references to WorkflowHostingOptionsSection
System.ServiceModel.Activities (7)
System\ServiceModel\Activities\Configuration\ServiceModelActivitiesSectionGroup.cs (2)
12
public
WorkflowHostingOptionsSection
WorkflowHostingOptionsSection
14
get { return (
WorkflowHostingOptionsSection
)this.Sections[ConfigurationStrings.WorkflowHostingOptionsSectionName]; }
System\ServiceModel\Activities\Configuration\WorkflowHostingOptionsSection.cs (3)
26
internal static
WorkflowHostingOptionsSection
GetSection()
28
WorkflowHostingOptionsSection
retval = (
WorkflowHostingOptionsSection
)ConfigurationManager.GetSection(ConfigurationStrings.WorkflowHostingOptionsSectionPath);
System\ServiceModel\Activities\WorkflowServiceHost.cs (2)
675
WorkflowHostingOptionsSection
hostingOptions = (
WorkflowHostingOptionsSection
)ConfigurationManager.GetSection(ConfigurationStrings.WorkflowHostingOptionsSectionPath);