src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (6)
609return new Range(this, index, count);
1028return new Range(this, index, count);
1814return new Range(this, index, count);
2068return new Range(this, index, count);
2252Range arrayList = new Range(_baseList, _baseIndex, _baseSize);
2346return new Range(this, index, count);