6 references to ThrowIfNull
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\TimeSpan.cs (6)
725
ArgumentNullException.
ThrowIfNull
(s, ExceptionArgument.input);
739
ArgumentNullException.
ThrowIfNull
(input, ExceptionArgument.input);
740
ArgumentNullException.
ThrowIfNull
(format, ExceptionArgument.format);
754
ArgumentNullException.
ThrowIfNull
(input, ExceptionArgument.input);
755
ArgumentNullException.
ThrowIfNull
(format, ExceptionArgument.format);
767
ArgumentNullException.
ThrowIfNull
(input, ExceptionArgument.input);