4 writes to _handlerRecycleList
System.Web (4)
HttpApplication.cs (4)
1349_handlerRecycleList = new ArrayList(); 1416_handlerRecycleList = new ArrayList(); 2708_handlerRecycleList = null; 3357_application._handlerRecycleList = new ArrayList();
9 references to _handlerRecycleList
System.Web (9)
HttpApplication.cs (9)
1348if (_handlerRecycleList == null) 1350_handlerRecycleList.Add(new HandlerWithFactory(handler, factory)); 1415if (_handlerRecycleList == null) 1417_handlerRecycleList.Add(new HandlerWithFactory(handler, factory)); 2702if (_handlerRecycleList != null) { 2703int numHandlers = _handlerRecycleList.Count; 2706((HandlerWithFactory)_handlerRecycleList[i]).Recycle(); 3356if (_application._handlerRecycleList == null) 3358_application._handlerRecycleList.Add(new HandlerWithFactory(handler, factory));