9 references to format
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\DateOnly.cs (1)
392if (format == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.format);
src\libraries\System.Private.CoreLib\src\System\DateTime.cs (2)
1647if (format == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.format); 1659if (format == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.format);
src\libraries\System.Private.CoreLib\src\System\DateTimeOffset.cs (2)
742if (format == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.format); 754if (format == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.format);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
939case ExceptionArgument.format:
src\libraries\System.Private.CoreLib\src\System\TimeOnly.cs (1)
558if (format == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.format);
src\libraries\System.Private.CoreLib\src\System\TimeSpan.cs (2)
606ArgumentNullException.ThrowIfNull(format, ExceptionArgument.format); 621ArgumentNullException.ThrowIfNull(format, ExceptionArgument.format);