17 references to LogRequest
System.Web (17)
HttpApplication.cs (14)
931AddSyncEventHookup(EventLogRequest, value, RequestNotification.LogRequest); 937RemoveSyncEventHookup(EventLogRequest, value, RequestNotification.LogRequest); 946AddSyncEventHookup(EventPostLogRequest, value, RequestNotification.LogRequest, true); 952RemoveSyncEventHookup(EventPostLogRequest, value, RequestNotification.LogRequest, true); 1168RequestNotification.LogRequest, false, this); 1183RequestNotification.LogRequest, true, this); 1857eventMask["LogRequest"] = RequestNotification.LogRequest; 1858eventMask["PostLogRequest"] = RequestNotification.LogRequest; 2403RequestNotification.UpdateRequestCache| RequestNotification.LogRequest /*requestNotifications*/, 2574requestNotifications |= RequestNotification.LogRequest; 2577postRequestNotifications |= RequestNotification.LogRequest; 3698_application.Context.DisableNotifications(RequestNotification.LogRequest, 0 /*postNotifications*/); 4053RequestNotification.LogRequest, 4171&& context.CurrentNotification != RequestNotification.LogRequest
HttpRequest.cs (1)
2600(_context.NotificationContext.CurrentNotification == RequestNotification.LogRequest ||
HttpRuntime.cs (1)
1542&& (context.CurrentNotification == RequestNotification.LogRequest
PipelineModuleStepContainer.cs (1)
241case RequestNotification.LogRequest: