2 instantiations of IListWrapperEnumWrapper
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (2)
850
return new
IListWrapperEnumWrapper
(this, index, count);
1098
var clone = new
IListWrapperEnumWrapper
();
1 reference to IListWrapperEnumWrapper
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (1)
1098
var
clone = new IListWrapperEnumWrapper();