2 references to TryFormat
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Value\VersionConverter.cs (2)
109bool formattedSuccessfully = value.TryFormat(span, out int charsWritten); 128bool formattedSuccessfully = value.TryFormat(span, out int charsWritten);