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