1 write to _traceEnabled
System.Web (1)
Compilation\BuildResult.cs (1)
1082
_traceEnabled
= pageParser.TraceEnabled;
2 references to _traceEnabled
System.Web (2)
Compilation\BuildResult.cs (2)
1115
if (
_traceEnabled
!= TraceEnable.Default)
1116
page.TraceEnabled = (
_traceEnabled
== TraceEnable.Enable);