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