1 write to RequestCompleted
System.Web (1)
HttpApplication.cs (1)
3794
context.NotificationContext.
RequestCompleted
= true;
2 references to RequestCompleted
System.Web (2)
HttpApplication.cs (1)
4170
bool needToFinishRequest = (context.NotificationContext.Error != null || context.NotificationContext.
RequestCompleted
)
HttpRuntime.cs (1)
1533
if (context.NotificationContext.
RequestCompleted
) {