6 references to ThrowIfNull
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\TimeSpan.cs (6)
731
ArgumentNullException.
ThrowIfNull
(s, ExceptionArgument.input);
745
ArgumentNullException.
ThrowIfNull
(input, ExceptionArgument.input);
746
ArgumentNullException.
ThrowIfNull
(format, ExceptionArgument.format);
760
ArgumentNullException.
ThrowIfNull
(input, ExceptionArgument.input);
761
ArgumentNullException.
ThrowIfNull
(format, ExceptionArgument.format);
773
ArgumentNullException.
ThrowIfNull
(input, ExceptionArgument.input);