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