6 references to ArgumentOutOfRange_Index
System (6)
compmod\system\collections\generic\queue.cs (2)
136
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.arrayIndex, ExceptionResource.
ArgumentOutOfRange_Index
);
171
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.index, ExceptionResource.
ArgumentOutOfRange_Index
);
compmod\system\collections\generic\sortedlist.cs (3)
489
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.index, ExceptionResource.
ArgumentOutOfRange_Index
);
515
if (index < 0 || index >= _size) ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.index, ExceptionResource.
ArgumentOutOfRange_Index
);
629
if (index < 0 || index >= _size) ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.index, ExceptionResource.
ArgumentOutOfRange_Index
);
compmod\system\collections\generic\throwhelper.cs (1)
197
case ExceptionResource.
ArgumentOutOfRange_Index
: