1 write to Value
System.Text.Json (1)
System\Text\Json\Nodes\JsonObject.cs (1)
325properties[i].Value = item.Value;
5 references to Value
System.Text.Json (5)
System\Text\Json\Nodes\JsonObject.cs (5)
347if (Value == null) 352if (Value is JsonValue) 354return $"{PropertyName} = {Value.ToJsonString()}"; 357if (Value is JsonObject jsonObject) 362JsonArray jsonArray = (JsonArray)Value;