2 references to FixedSizeArrayList
mscorlib (2)
system\collections\arraylist.cs (2)
375
return new
FixedSizeArrayList
(list);
1726
FixedSizeArrayList arrayList = new
FixedSizeArrayList
(_list);