2 writes to CurrentNotification
System.Web (2)
HttpApplication.cs (1)
4204
context.
CurrentNotification
= (RequestNotification)currentNotification;
HttpRuntime.cs (1)
1447
context.
CurrentNotification
= (RequestNotification) currentNotification;
11 references to CurrentNotification
System.Web (11)
Abstractions\HttpContextWrapper.cs (1)
95
return _context.
CurrentNotification
;
HttpApplication.cs (6)
591
eventCount = CurrentModuleContainer.GetEventCount(Context.
CurrentNotification
, Context.IsPostNotification) - 1;
3697
if (HttpRuntime.UseIntegratedPipeline && (_application.Context.
CurrentNotification
== RequestNotification.UpdateRequestCache)) {
4171
&& context.
CurrentNotification
!= RequestNotification.LogRequest
4172
&& context.
CurrentNotification
!= RequestNotification.EndRequest;
4206
currentModuleLastEventIndex = _application.CurrentModuleContainer.GetEventCount(context.
CurrentNotification
, context.IsPostNotification) - 1;
4211
IExecutionStep step = _application.CurrentModuleContainer.GetNextEvent(context.
CurrentNotification
, context.IsPostNotification,
HttpContext.cs (2)
188
if (
CurrentNotification
<= RequestNotification.BeginRequest) {
329
if (
CurrentNotification
> RequestNotification.ExecuteRequestHandler) {
HttpRuntime.cs (2)
1542
&& (context.
CurrentNotification
== RequestNotification.LogRequest
1543
|| context.
CurrentNotification
== RequestNotification.EndRequest)) {