1 write to IsPostNotification
System.Web (1)
HttpContext.cs (1)
2116
_notificationContext.
IsPostNotification
= value;
5 references to IsPostNotification
System.Web (5)
HttpApplication.cs (1)
607
eventCount = ModuleContainers[nc.CurrentModuleIndex].GetEventCount(nc.CurrentNotification, nc.
IsPostNotification
) - 1;
HttpContext.cs (2)
2038
return (((_notificationContext.CurrentNotification == RequestNotification.AuthenticateRequest && _notificationContext.
IsPostNotification
)
2110
return _notificationContext.
IsPostNotification
;
HttpRequest.cs (1)
2537
((_context.NotificationContext.CurrentNotification == RequestNotification.AuthenticateRequest && !_context.NotificationContext.
IsPostNotification
)
Util\AppVerifier.cs (1)
207
isPostNotification = context.NotificationContext.
IsPostNotification
;