2 writes to _list
System.Collections.NonGeneric (2)
System\Collections\CollectionBase.cs (2)
21
_list
= new ArrayList();
26
_list
= new ArrayList(capacity);
2 references to _list
System.Collections.NonGeneric (2)
System\Collections\CollectionBase.cs (2)
34
return
_list
;
60
return
_list
.Count;