8 references to format
System.Private.CoreLib (8)
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)
1615if (format == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.format); 1627if (format == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.format);
src\libraries\System.Private.CoreLib\src\System\DateTimeOffset.cs (1)
702if (format == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.format);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
931case ExceptionArgument.format:
src\libraries\System.Private.CoreLib\src\System\TimeOnly.cs (1)
560if (format == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.format);
src\libraries\System.Private.CoreLib\src\System\TimeSpan.cs (2)
746ArgumentNullException.ThrowIfNull(format, ExceptionArgument.format); 761ArgumentNullException.ThrowIfNull(format, ExceptionArgument.format);