1 write to _pipelineEventMasks
System.Web (1)
HttpApplication.cs (1)
1871_pipelineEventMasks = dict;
5 references to _pipelineEventMasks
System.Web (5)
HttpApplication.cs (5)
1867if(null == _pipelineEventMasks) { 1870if(null == _pipelineEventMasks) { 1964if (_pipelineEventMasks.ContainsKey(eventName)) { 1966_appRequestNotifications |= _pipelineEventMasks[eventName]; 1969_appPostNotifications |= _pipelineEventMasks[eventName];