9 references to Append
System.Text.Json (9)
src\libraries\Common\src\System\Text\ValueStringBuilder.cs (1)
238Append(c);
System\Text\Json\Nodes\JsonArray.cs (2)
250path.Append('['); 259path.Append(']');
System\Text\Json\Nodes\JsonNode.cs (1)
146path.Append('$');
System\Text\Json\Nodes\JsonObject.cs (1)
278path.Append('.');
System\Text\Json\Reader\JsonReaderHelper.cs (2)
53builder.Append('\\'); 56builder.Append(c);
System\Text\Json\Schema\JsonSchemaExporter.cs (2)
474sb.Append('#'); 479sb.Append('/');