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)
1115if (_traceEnabled != TraceEnable.Default) 1116page.TraceEnabled = (_traceEnabled == TraceEnable.Enable);