2 instantiations of IListWrapper
mscorlib (2)
system\collections\arraylist.cs (2)
196return new IListWrapper(list); 898return new IListWrapper(_list);
1 reference to IListWrapper
mscorlib (1)
system\collections\arraylist.cs (1)
1158internal IListWrapperEnumWrapper(IListWrapper listWrapper, int startIndex, int count)