3 references to FormatuLength
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (3)
998
str = string.FastAllocateString(
FormatuLength
);
1559
if (destination.Length <
FormatuLength
)
1565
charsWritten =
FormatuLength
;