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();