6 references to FormatLength
System.Text.Json (6)
System\Text\Json\Serialization\Converters\Value\DateOnlyConverter.cs (6)
13public const int MaxEscapedFormatLength = FormatLength * JsonConstants.MaxExpansionFactorWhileEscaping; 33if (!JsonHelpers.IsInRangeInclusive(reader.ValueLength, FormatLength, MaxEscapedFormatLength)) 61Span<byte> buffer = stackalloc byte[FormatLength]; 66Debug.Assert(formattedSuccessfully && charsWritten == FormatLength); 73Span<byte> buffer = stackalloc byte[FormatLength]; 78Debug.Assert(formattedSuccessfully && charsWritten == FormatLength);