src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (6)
609return new Range(this, index, count);
1029return new Range(this, index, count);
1815return new Range(this, index, count);
2069return new Range(this, index, count);
2253Range arrayList = new Range(_baseList, _baseIndex, _baseSize);
2347return new Range(this, index, count);