5 references to FormatSLength
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (5)
992
string str = string.FastAllocateString(
FormatSLength
);
994
Debug.Assert(charsWritten ==
FormatSLength
);
1051
str = string.FastAllocateString(
FormatSLength
);
1588
if (destination.Length <
FormatSLength
)
1594
charsWritten =
FormatSLength
;