3 references to JsonValueOfElement
System.Text.Json (3)
System\Text\Json\Nodes\JsonValue.cs (1)
191
return new
JsonValueOfElement
(element, options);
System\Text\Json\Nodes\JsonValueOfElement.cs (1)
20
internal override JsonNode DeepCloneCore() => new
JsonValueOfElement
(Value.Clone(), Options);
System\Text\Json\Serialization\Converters\Node\JsonNodeConverter.cs (1)
95
node = new
JsonValueOfElement
(element, options);