3 references to MaxFormatLength
System.Text.Json (3)
System\Text\Json\Serialization\Converters\Value\Int128Converter.cs (3)
71Span<byte> buffer = stackalloc byte[MaxFormatLength]; 88Span<byte> buffer = stackalloc byte[MaxFormatLength]; 113Span<byte> buffer = stackalloc byte[MaxFormatLength + 2];