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