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