5 references to FormatOMinLength
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (5)
1039
Debug.Assert(charsWritten is >=
FormatOMinLength
and <= FormatOMaxLength);
1506
int charsRequired =
FormatOMinLength
;
1538
Span<TChar> dest = destination.Slice(0,
FormatOMinLength
);
1568
Span<TChar> suffix = destination.Slice(
FormatOMinLength
, 6);
1576
destination[
FormatOMinLength
] = TChar.CastFrom('Z');