3 writes to list
mscorlib (3)
system\collections\collectionbase.cs (3)
22
list
= new ArrayList();
26
list
= new ArrayList(capacity);
33
list
= new ArrayList();
4 references to list
mscorlib (4)
system\collections\collectionbase.cs (4)
32
if (
list
== null)
34
return
list
;
55
return
list
== null ? 0 :
list
.Count;