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