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