3 references to MaximumTimeSpanFormatLength
System.Text.Json (3)
System\Text\Json\Serialization\Converters\Value\TimeSpanConverter.cs (3)
13private const int MaximumEscapedTimeSpanFormatLength = JsonConstants.MaxExpansionFactorWhileEscaping * MaximumTimeSpanFormatLength; 77Span<byte> output = stackalloc byte[MaximumTimeSpanFormatLength]; 87Span<byte> output = stackalloc byte[MaximumTimeSpanFormatLength];