14 references to input
System.Private.CoreLib (14)
src\libraries\System.Private.CoreLib\src\System\DateTimeOffset.cs (6)
697if (input == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.input); 712if (input == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.input); 719if (input == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.input); 741if (input == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.input); 753if (input == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.input); 774if (input == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.input);
src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (1)
843ThrowHelper.ThrowArgumentNullException(ExceptionArgument.input);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
907case ExceptionArgument.input:
src\libraries\System.Private.CoreLib\src\System\TimeSpan.cs (6)
591ArgumentNullException.ThrowIfNull(s, ExceptionArgument.input); 598ThrowHelper.ThrowArgumentNullException(ExceptionArgument.input); 605ArgumentNullException.ThrowIfNull(input, ExceptionArgument.input); 613ThrowHelper.ThrowArgumentNullException(ExceptionArgument.input); 620ArgumentNullException.ThrowIfNull(input, ExceptionArgument.input); 633ArgumentNullException.ThrowIfNull(input, ExceptionArgument.input);