4 references to FormatRLength
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Formatter\Utf8Formatter.Date.cs (1)
108
Debug.Assert(bytesWritten == DateTimeFormat.
FormatRLength
);
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (3)
984
str = string.FastAllocateString(
FormatRLength
);
1600
if (destination.Length <
FormatRLength
)
1606
charsWritten =
FormatRLength
;