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