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