6 references to RetailInternal
System.Web (6)
Compilation\AssemblyBuilder.cs (1)
178else if (DeploymentSection.RetailInternal) {
Configuration\CustomErrorsSection.cs (1)
232if (DeploymentSection.RetailInternal)
Handlers\TraceHandler.cs (2)
87if (DeploymentSection.RetailInternal || 90e.SetFormatter(new TraceHandlerErrorFormatter(!DeploymentSection.RetailInternal));
UI\TraceContext.cs (2)
73_isEnabled = DeploymentSection.RetailInternal ? TraceEnable.Disable : TraceEnable.Default; 119if (DeploymentSection.RetailInternal) {