1 write to _handler
System.Web (1)
HttpApplication.cs (1)
3062
_handler
= handler;
4 references to _handler
System.Web (4)
HttpApplication.cs (4)
3067
return
_handler
;
3074
if (
_handler
!= null) {
3076
targetTypeStr =
_handler
.Method.ReflectedType.ToString();
3080
_handler
(_application, _application.AppEvent);