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