15 references to DeploymentSection
System.Web (13)
Compilation\AssemblyBuilder.cs (1)
178else if (DeploymentSection.RetailInternal) {
Configuration\CustomErrorsSection.cs (1)
232if (DeploymentSection.RetailInternal)
Configuration\RuntimeConfig.cs (3)
294internal DeploymentSection Deployment { 296return (DeploymentSection) GetSection("system.web/deployment", typeof(DeploymentSection));
Configuration\SystemWebSectionGroup.cs (2)
67public DeploymentSection Deployment { 69return (DeploymentSection) Sections["deployment"];
Handlers\TraceHandler.cs (2)
87if (DeploymentSection.RetailInternal || 90e.SetFormatter(new TraceHandlerErrorFormatter(!DeploymentSection.RetailInternal));
Hosting\ApplicationManager.cs (2)
1096DeploymentSection deploymentSection = (DeploymentSection)appConfig.GetSection("system.web/deployment");
UI\TraceContext.cs (2)
73_isEnabled = DeploymentSection.RetailInternal ? TraceEnable.Disable : TraceEnable.Default; 119if (DeploymentSection.RetailInternal) {
System.Web.Extensions (2)
UI\DeploymentSectionCache.cs (2)
43DeploymentSection section = (DeploymentSection)WebConfigurationManager.GetSection("system.web/deployment");