1 write to _application
System.Web (1)
HttpApplication.cs (1)
3295_application = app;
5 references to _application
System.Web (5)
HttpApplication.cs (5)
3299HttpContext context = _application.Context; 3328IHttpHandlerFactory factory = _application.GetFactory(configType); 3356if (_application._handlerRecycleList == null) 3357_application._handlerRecycleList = new ArrayList(); 3358_application._handlerRecycleList.Add(new HandlerWithFactory(handler, factory));