2 references to MaximumEscapedTimeOnlyFormatLength
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Value\TimeOnlyConverter.cs (2)
37
if (!JsonHelpers.IsInRangeInclusive(reader.ValueLength, MinimumTimeOnlyFormatLength,
MaximumEscapedTimeOnlyFormatLength
))
49
Span<byte> stackSpan = stackalloc byte[
MaximumEscapedTimeOnlyFormatLength
];