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