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