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)
1348
if (
_handlerRecycleList
== null)
1350
_handlerRecycleList
.Add(new HandlerWithFactory(handler, factory));
1415
if (
_handlerRecycleList
== null)
1417
_handlerRecycleList
.Add(new HandlerWithFactory(handler, factory));
2702
if (
_handlerRecycleList
!= null) {
2703
int numHandlers =
_handlerRecycleList
.Count;
2706
((HandlerWithFactory)
_handlerRecycleList
[i]).Recycle();
3356
if (_application.
_handlerRecycleList
== null)
3358
_application.
_handlerRecycleList
.Add(new HandlerWithFactory(handler, factory));