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