3 references to IsDebuggingRequest
System.Web (3)
HttpApplicationFactory.cs (1)
601if (context.Request.IsDebuggingRequest)
HttpRuntime.cs (2)
1469if (!context.Request.IsDebuggingRequest) { 1676if (!context.Request.IsDebuggingRequest) {