6 references to Default
System.Web (6)
Compilation\BuildResult.cs (1)
1115
if (_traceEnabled != TraceEnable.
Default
)
Compilation\PageCodeDomTreeGenerator.cs (1)
408
if (Parser.TraceEnabled != TraceEnable.
Default
) {
UI\PageParser.cs (1)
53
private TraceEnable _traceEnabled = TraceEnable.
Default
;
UI\TraceContext.cs (3)
73
_isEnabled = DeploymentSection.RetailInternal ? TraceEnable.Disable : TraceEnable.
Default
;
111
if (_isEnabled == TraceEnable.
Default
)
140
if (_isEnabled == TraceEnable.
Default
)