12 references to input
System.Private.CoreLib (12)
src\libraries\System.Private.CoreLib\src\System\DateTimeOffset.cs (4)
652if (input == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.input); 671if (input == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.input); 701if (input == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.input); 722if (input == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.input);
src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (1)
858ThrowHelper.ThrowArgumentNullException(ExceptionArgument.input);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
899case ExceptionArgument.input:
src\libraries\System.Private.CoreLib\src\System\TimeSpan.cs (6)
731ArgumentNullException.ThrowIfNull(s, ExceptionArgument.input); 738ThrowHelper.ThrowArgumentNullException(ExceptionArgument.input); 745ArgumentNullException.ThrowIfNull(input, ExceptionArgument.input); 753ThrowHelper.ThrowArgumentNullException(ExceptionArgument.input); 760ArgumentNullException.ThrowIfNull(input, ExceptionArgument.input); 773ArgumentNullException.ThrowIfNull(input, ExceptionArgument.input);