4 references to Append
System.Text.Json (4)
System\Text\Json\Nodes\JsonArray.cs (1)
255
path.
Append
(chars.Slice(0, charsWritten));
System\Text\Json\Reader\JsonReaderHelper.cs (1)
44
builder.
Append
(span.Slice(0, i));
System\Text\Json\Schema\JsonSchemaExporter.cs (2)
487
sb.
Append
(span);
491
sb.
Append
(span.Slice(0, pos));