1 write to Value
System.Text.Json (1)
System\Text\Json\Nodes\JsonObject.cs (1)
343properties[i].Value = item.Value;
5 references to Value
System.Text.Json (5)
System\Text\Json\Nodes\JsonObject.cs (5)
365if (Value == null) 370if (Value is JsonValue) 372return $"{PropertyName} = {Value.ToJsonString()}"; 375if (Value is JsonObject jsonObject) 380JsonArray jsonArray = (JsonArray)Value;