2 references to MaximumFormattedVersionLength
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Value\VersionConverter.cs (2)
108
Span<byte> span = stackalloc byte[
MaximumFormattedVersionLength
];
127
Span<byte> span = stackalloc byte[
MaximumFormattedVersionLength
];