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