4 references to ParseValue
System.Text.Json (4)
System\Text\Json\Serialization\Converters\Node\JsonValueConverter.cs (1)
38
JsonElement element = JsonElement.
ParseValue
(ref reader, options.AllowDuplicateProperties);
System\Text\Json\Serialization\Converters\Object\ObjectConverter.cs (2)
101
return JsonElement.
ParseValue
(ref reader, options.AllowDuplicateProperties);
114
JsonElement element = JsonElement.
ParseValue
(ref reader, options.AllowDuplicateProperties);
System\Text\Json\Serialization\Converters\Value\JsonElementConverter.cs (1)
13
return JsonElement.
ParseValue
(ref reader, options.AllowDuplicateProperties);