5 references to FormatSLength
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (5)
932
string str = string.FastAllocateString(
FormatSLength
);
934
Debug.Assert(charsWritten ==
FormatSLength
);
991
str = string.FastAllocateString(
FormatSLength
);
1524
if (destination.Length <
FormatSLength
)
1530
charsWritten =
FormatSLength
;