3 references to ThrowArgumentOutOfRangeException
mscorlib (3)
system\buffer.cs (2)
507ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.sourceBytesToCopy); 522ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.sourceBytesToCopy);
system\collections\generic\dictionary.cs (1)
92if (capacity < 0) ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.capacity);