1 write to Value
System.Text.Json (1)
System\Text\Json\Nodes\JsonArray.cs (1)
365properties[i].Value = _node.List[i];
5 references to Value
System.Text.Json (5)
System\Text\Json\Nodes\JsonArray.cs (5)
383if (Value == null) 388if (Value is JsonValue) 390return Value.ToJsonString(); 393if (Value is JsonObject jsonObject) 398JsonArray jsonArray = (JsonArray)Value;