8 references to Append
System.Text.Json (8)
System\Text\Json\Nodes\JsonObject.cs (3)
272path.Append("['"); 274path.Append("']"); 279path.Append(propertyName);
System\Text\Json\Reader\JsonReaderHelper.cs (1)
37builder.Append(propertyName);
System\Text\Json\Schema\JsonSchemaExporter.cs (2)
495sb.Append("~0"); 500sb.Append("~1");
System\Text\Json\Serialization\Converters\Value\EnumConverter.cs (2)
420sb.Append(", "); 423sb.Append(name);