1 write to Value
System.Text.Json (1)
System\Text\Json\Nodes\JsonObject.cs (1)
323properties[i].Value = item.Value;
5 references to Value
System.Text.Json (5)
System\Text\Json\Nodes\JsonObject.cs (5)
345if (Value == null) 350if (Value is JsonValue) 352return $"{PropertyName} = {Value.ToJsonString()}"; 355if (Value is JsonObject jsonObject) 360JsonArray jsonArray = (JsonArray)Value;