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