3 references to IsDebuggingEnabled
System.Web (3)
HttpContext.cs (3)
1356return CompilationUtil.IsDebuggingEnabled(this); 1789if (CompilationUtil.IsDebuggingEnabled(this) || System.Diagnostics.Debugger.IsAttached) 1826if (CompilationUtil.IsDebuggingEnabled(this) || System.Diagnostics.Debugger.IsAttached) {