15 references to NullOffset
System.Private.CoreLib (15)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Formatter\Utf8Formatter.Date.cs (1)
116
private static TimeSpan NullOffset => new TimeSpan(DateTimeFormat.
NullOffset
);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (14)
857
bool dateTimeFormat = offset.Ticks ==
NullOffset
;
920
if (offset.Ticks ==
NullOffset
)
978
Format(dateTime, format, provider, new TimeSpan(
NullOffset
));
988
if (offset.Ticks ==
NullOffset
) // default DateTime.ToString case
1076
if (offset.Ticks ==
NullOffset
&& ReferenceEquals(dtfi, DateTimeFormatInfo.InvariantInfo))
1106
TryFormat(dateTime, destination, out charsWritten, format, provider, new TimeSpan(
NullOffset
));
1118
if (offset.Ticks ==
NullOffset
) // default DateTime.ToString case
1183
if (offset.Ticks ==
NullOffset
&& ReferenceEquals(dtfi, DateTimeFormatInfo.InvariantInfo))
1234
if (offset.Ticks !=
NullOffset
)
1509
if (offset.Ticks ==
NullOffset
)
1628
if (offset.Ticks !=
NullOffset
)
1666
if (offset.Ticks !=
NullOffset
)
1721
if (offset.Ticks !=
NullOffset
)
1750
if (offset.Ticks !=
NullOffset
)