1 write to CurrentNotification
System.Web (1)
HttpContext.cs (1)
1985_notificationContext.CurrentNotification = value;
14 references to CurrentNotification
System.Web (14)
HttpApplication.cs (1)
607eventCount = ModuleContainers[nc.CurrentModuleIndex].GetEventCount(nc.CurrentNotification, nc.IsPostNotification) - 1;
HttpContext.cs (7)
882if (_notificationContext.CurrentNotification >= RequestNotification.MapRequestHandler) { 1260&& _notificationContext.CurrentNotification == RequestNotification.AuthenticateRequest) { 1288if (_notificationContext != null && _notificationContext.CurrentNotification >= RequestNotification.AcquireRequestState) { 1978return _notificationContext.CurrentNotification; 2038return (((_notificationContext.CurrentNotification == RequestNotification.AuthenticateRequest && _notificationContext.IsPostNotification) 2039|| _notificationContext.CurrentNotification > RequestNotification.AuthenticateRequest) 2040&& _notificationContext.CurrentNotification != RequestNotification.SendResponse);
HttpRequest.cs (4)
2537((_context.NotificationContext.CurrentNotification == RequestNotification.AuthenticateRequest && !_context.NotificationContext.IsPostNotification) 2538|| (_context.NotificationContext.CurrentNotification < RequestNotification.AuthenticateRequest))) { 2600(_context.NotificationContext.CurrentNotification == RequestNotification.LogRequest || 2601_context.NotificationContext.CurrentNotification == RequestNotification.EndRequest)) {
State\SessionStateModule.cs (1)
1409&& (context.NotificationContext.CurrentNotification == RequestNotification.ReleaseRequestState)
Util\AppVerifier.cs (1)
206currentNotification = context.NotificationContext.CurrentNotification;