1 write to IsEnabled
System.Web (1)
HttpRuntime.cs (1)
1119Profile.IsEnabled = traceConfig.Enabled;
3 references to IsEnabled
System.Web (3)
HttpContext.cs (1)
488if (p != null && p.IsEnabled)
UI\TraceContext.cs (1)
112return HttpRuntime.Profile.IsEnabled;
Util\Profiler.cs (1)
111if (!IsEnabled) return;