1 write to Value
System.Text.Json (1)
System\Text\Json\Nodes\JsonArray.cs (1)
368properties[i].Value = _node.List[i];
5 references to Value
System.Text.Json (5)
System\Text\Json\Nodes\JsonArray.cs (5)
386if (Value == null) 391if (Value is JsonValue) 393return Value.ToJsonString(); 396if (Value is JsonObject jsonObject) 401JsonArray jsonArray = (JsonArray)Value;