3 references to
System.Text.Json (3)
System\Text\Json\Nodes\JsonValueOfElement.cs (1)
14
public JsonValueOfElement(JsonElement value, JsonNodeOptions? options) :
base
(value, options)
System\Text\Json\Nodes\JsonValueOfTCustomized.cs (1)
20
public JsonValueCustomized(TValue value, JsonTypeInfo<TValue> jsonTypeInfo, JsonNodeOptions? options = null):
base
(value, options)
System\Text\Json\Nodes\JsonValueOfTPrimitive.cs (1)
18
public JsonValuePrimitive(TValue value, JsonConverter<TValue> converter, JsonNodeOptions? options) :
base
(value, options)