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