3 references to ReadNonNullPrimitiveValue
System.Text.Json (3)
System\Text\Json\Serialization\Converters\Node\JsonNodeConverter.cs (2)
45
return JsonValueConverter.
ReadNonNullPrimitiveValue
(ref reader, options);
66
return JsonValueConverter.
ReadNonNullPrimitiveValue
(ref reader, options);
System\Text\Json\Serialization\Converters\Node\JsonValueConverter.cs (1)
36
return
ReadNonNullPrimitiveValue
(ref reader, options.GetNodeOptions());