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