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