2 references to FormatOMinLength
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (2)
979
Debug.Assert(charsWritten is >=
FormatOMinLength
and <= FormatOMaxLength);
1444
int charsRequired =
FormatOMinLength
;