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)
1778if (_appPostNotifications != 0 || _appRequestNotifications != 0) { 1782_appPostNotifications,