3 references to 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));