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