2 instantiations of IListWrapper
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (2)
146return new IListWrapper(list); 805return new IListWrapper(_list);
1 reference to IListWrapper
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (1)
1084internal IListWrapperEnumWrapper(IListWrapper listWrapper, int startIndex, int count)