2 references to WorkflowHostingOptionsSectionPath
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Configuration\WorkflowHostingOptionsSection.cs (1)
28WorkflowHostingOptionsSection retval = (WorkflowHostingOptionsSection)ConfigurationManager.GetSection(ConfigurationStrings.WorkflowHostingOptionsSectionPath);
System\ServiceModel\Activities\WorkflowServiceHost.cs (1)
675WorkflowHostingOptionsSection hostingOptions = (WorkflowHostingOptionsSection)ConfigurationManager.GetSection(ConfigurationStrings.WorkflowHostingOptionsSectionPath);