2 references to MaxEscapedNamedLiteralLength
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Value\Ieee754FloatingPointConverter.cs (2)
211
if (reader.ValueLength >
MaxEscapedNamedLiteralLength
)
217
buffer = stackalloc byte[
MaxEscapedNamedLiteralLength
];