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