1 instantiation of UInt16Converter
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Converters.cs (1)
234
public static JsonConverter<ushort> UInt16Converter => s_uint16Converter ??= new
UInt16Converter
();