1 write to _handler
System.Web (1)
HttpApplication.cs (1)
3720
_handler
= handler;
3 references to _handler
System.Web (3)
HttpApplication.cs (3)
3734
if (
_handler
!= null) {
3736
targetTypeStr =
_handler
.Method.ReflectedType.ToString();
3740
_handler
(_application, _application.AppEvent);