2 references to MaxEscapedFormatLength
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Value\DateOnlyConverter.cs (2)
33if (!JsonHelpers.IsInRangeInclusive(reader.ValueLength, FormatLength, MaxEscapedFormatLength)) 45Span<byte> stackSpan = stackalloc byte[MaxEscapedFormatLength];