1 write to Value
System.Text.Json (1)
System\Text\Json\Nodes\JsonObject.cs (1)
311properties[i].Value = item.Value;
5 references to Value
System.Text.Json (5)
System\Text\Json\Nodes\JsonObject.cs (5)
333if (Value == null) 338if (Value is JsonValue) 340return $"{PropertyName} = {Value.ToJsonString()}"; 343if (Value is JsonObject jsonObject) 348JsonArray jsonArray = (JsonArray)Value;