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