2 references to FormatOMaxLength
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (2)
1037
Span<char> span = stackalloc char[
FormatOMaxLength
];
1039
Debug.Assert(charsWritten is >= FormatOMinLength and <=
FormatOMaxLength
);