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