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