2 writes to IsPostNotification
System.Web (2)
HttpApplication.cs (1)
4203context.IsPostNotification = isPostNotification;
HttpRuntime.cs (1)
1446context.IsPostNotification = isPostNotification;
4 references to IsPostNotification
System.Web (4)
Abstractions\HttpContextWrapper.cs (1)
128return _context.IsPostNotification;
HttpApplication.cs (3)
591eventCount = CurrentModuleContainer.GetEventCount(Context.CurrentNotification, Context.IsPostNotification) - 1; 4206currentModuleLastEventIndex = _application.CurrentModuleContainer.GetEventCount(context.CurrentNotification, context.IsPostNotification) - 1; 4211IExecutionStep step = _application.CurrentModuleContainer.GetNextEvent(context.CurrentNotification, context.IsPostNotification,