6 references to ThrowIfNull
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\TimeSpan.cs (6)
591ArgumentNullException.ThrowIfNull(s, ExceptionArgument.input); 605ArgumentNullException.ThrowIfNull(input, ExceptionArgument.input); 606ArgumentNullException.ThrowIfNull(format, ExceptionArgument.format); 620ArgumentNullException.ThrowIfNull(input, ExceptionArgument.input); 621ArgumentNullException.ThrowIfNull(format, ExceptionArgument.format); 633ArgumentNullException.ThrowIfNull(input, ExceptionArgument.input);