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)
862
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
input
);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
911
case ExceptionArgument.
input
:
src\libraries\System.Private.CoreLib\src\System\TimeSpan.cs (6)
725
ArgumentNullException.ThrowIfNull(s, ExceptionArgument.
input
);
732
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
input
);
739
ArgumentNullException.ThrowIfNull(input, ExceptionArgument.
input
);
747
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
input
);
754
ArgumentNullException.ThrowIfNull(input, ExceptionArgument.
input
);
767
ArgumentNullException.ThrowIfNull(input, ExceptionArgument.
input
);