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