3 references to MaxFormatLength
System.Text.Json (3)
System\Text\Json\Serialization\Converters\Value\HalfConverter.cs (3)
79Span<byte> buffer = stackalloc byte[MaxFormatLength]; 92Span<byte> buffer = stackalloc byte[MaxFormatLength]; 134Span<byte> buffer = stackalloc byte[MaxFormatLength + 2];