4 references to ArgumentOutOfRange_Count
mscorlib (4)
system\collections\generic\list.cs (3)
467ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.count, ExceptionResource.ArgumentOutOfRange_Count); 533ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.count, ExceptionResource.ArgumentOutOfRange_Count); 657if (count <0 || index > _size - count) ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.count, ExceptionResource.ArgumentOutOfRange_Count);
system\throwhelper.cs (1)
259case ExceptionResource.ArgumentOutOfRange_Count: