4 writes to _appEvent
System.Web (4)
HttpApplication.cs (4)
493
_appEvent
= EventArgs.Empty;
499
_appEvent
= null;
1589
_appEvent
= null;
1614
_appEvent
= null;
2 references to _appEvent
System.Web (2)
HttpApplication.cs (2)
492
if (
_appEvent
== null)
495
return
_appEvent
;