1 write to Value
System.Text.Json (1)
System\Text\Json\Nodes\JsonObject.cs (1)
276properties[i].Value = item.Value;
5 references to Value
System.Text.Json (5)
System\Text\Json\Nodes\JsonObject.cs (5)
298if (Value == null) 303if (Value is JsonValue) 305return $"{PropertyName} = {Value.ToJsonString()}"; 308if (Value is JsonObject jsonObject) 313JsonArray jsonArray = (JsonArray)Value;