3 instantiations of HandlerWithFactory
System.Web (3)
HttpApplication.cs (3)
1350_handlerRecycleList.Add(new HandlerWithFactory(handler, factory)); 1417_handlerRecycleList.Add(new HandlerWithFactory(handler, factory)); 3358_application._handlerRecycleList.Add(new HandlerWithFactory(handler, factory));
1 reference to HandlerWithFactory
System.Web (1)
HttpApplication.cs (1)
2706((HandlerWithFactory)_handlerRecycleList[i]).Recycle();