8 references to CreateArgumentOutOfRangeException
System.Memory (8)
System\ThrowHelper.cs (8)
33internal static void ThrowArgumentOutOfRangeException(ExceptionArgument argument) { throw CreateArgumentOutOfRangeException(argument); } 71return CreateArgumentOutOfRangeException(ExceptionArgument.endSegment); 73return CreateArgumentOutOfRangeException(ExceptionArgument.startIndex); 75return CreateArgumentOutOfRangeException(ExceptionArgument.endIndex); 87return CreateArgumentOutOfRangeException(ExceptionArgument.start); 89return CreateArgumentOutOfRangeException(ExceptionArgument.length); 102return CreateArgumentOutOfRangeException(ExceptionArgument.start); 103return CreateArgumentOutOfRangeException(ExceptionArgument.length);