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