3 references to IsDebuggingEnabled
System.Web (3)
Abstractions\HttpContextWrapper.cs (1)
122return _context.IsDebuggingEnabled;
Handlers\AssemblyResourceLoader.cs (2)
60return HttpContext.Current.IsDebuggingEnabled; 308debuggingEnabled = (HttpContext.Current != null) && HttpContext.Current.IsDebuggingEnabled;