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