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