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