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