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