3 references to FormatuLength
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (3)
1058
str = string.FastAllocateString(
FormatuLength
);
1620
if (destination.Length <
FormatuLength
)
1626
charsWritten =
FormatuLength
;