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