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