2 writes to _appPostNotifications
System.Web (2)
HttpApplication.cs (2)
1969
_appPostNotifications
|= _pipelineEventMasks[eventName];
2452
_appPostNotifications
|= postRequestNotifications;
2 references to _appPostNotifications
System.Web (2)
HttpApplication.cs (2)
1778
if (
_appPostNotifications
!= 0 || _appRequestNotifications != 0) {
1782
_appPostNotifications
,