5 references to GetSection
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (2)
569return WebConfigurationManager.GetSection(sectionPath); 590return WebConfigurationManager.GetSection(sectionPath);
System.Web.Extensions (3)
Configuration\ScriptingJsonSerializationSection.cs (1)
89WebConfigurationManager.GetSection("system.web.extensions/scripting/webServices/jsonSerialization");
UI\DeploymentSectionCache.cs (1)
43DeploymentSection section = (DeploymentSection)WebConfigurationManager.GetSection("system.web/deployment");
UI\ScriptManager.cs (1)
1120(CustomErrorsSection)WebConfigurationManager.GetSection("system.web/customErrors"));