4 references to MaximumFloatingPointConstantLength
System.Text.Json (4)
System\Text\Json\Serialization\Converters\Value\HalfConverter.cs (4)
15private const int MaxUnescapedFormatLength = JsonConstants.MaximumFloatingPointConstantLength * JsonConstants.MaxExpansionFactorWhileEscaping; 177if (reader.ValueLength > JsonConstants.MaximumFloatingPointConstantLength) 183buffer = stackalloc byte[JsonConstants.MaximumFloatingPointConstantLength]; 188if (written > JsonConstants.MaximumFloatingPointConstantLength)