3 references to MaximumTimeOnlyFormatLength
System.Text.Json (3)
System\Text\Json\Serialization\Converters\Value\TimeOnlyConverter.cs (3)
15
private const int MaximumEscapedTimeOnlyFormatLength = JsonConstants.MaxExpansionFactorWhileEscaping *
MaximumTimeOnlyFormatLength
;
81
Span<byte> output = stackalloc byte[
MaximumTimeOnlyFormatLength
];
91
Span<byte> output = stackalloc byte[
MaximumTimeOnlyFormatLength
];