1 instantiation of UInt128Converter
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Converters.cs (1)
124
public static JsonConverter<UInt128> UInt128Converter => s_uint128Converter ??= new
UInt128Converter
();