8 references to format
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\DateOnly.cs (1)
392
if (format == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
format
);
src\libraries\System.Private.CoreLib\src\System\DateTime.cs (2)
1615
if (format == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
format
);
1627
if (format == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
format
);
src\libraries\System.Private.CoreLib\src\System\DateTimeOffset.cs (1)
702
if (format == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
format
);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
931
case ExceptionArgument.
format
:
src\libraries\System.Private.CoreLib\src\System\TimeOnly.cs (1)
560
if (format == null) ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
format
);
src\libraries\System.Private.CoreLib\src\System\TimeSpan.cs (2)
746
ArgumentNullException.ThrowIfNull(format, ExceptionArgument.
format
);
761
ArgumentNullException.ThrowIfNull(format, ExceptionArgument.
format
);