59 references to KeyValueSeparator
System.Text.Json (59)
System\Text\Json\JsonHelpers.Escaping.cs (1)
92
propertySection[++length] = JsonConstants.
KeyValueSeparator
;
System\Text\Json\Reader\Utf8JsonReader.cs (1)
1268
if (first != JsonConstants.
KeyValueSeparator
)
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (1)
733
if (first != JsonConstants.
KeyValueSeparator
)
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Bytes.cs (4)
235
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
271
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
320
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
371
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.DateTime.cs (4)
240
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
274
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
322
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
371
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.DateTimeOffset.cs (4)
239
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
273
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
321
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
370
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Decimal.cs (4)
239
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
270
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
315
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
361
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Double.cs (4)
243
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
274
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
319
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
365
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Float.cs (4)
243
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
274
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
319
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
365
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Guid.cs (4)
239
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
274
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
323
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
373
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Helpers.cs (4)
85
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
128
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
157
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
200
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Literal.cs (4)
362
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
393
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
466
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
512
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.SignedNumber.cs (4)
315
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
346
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
391
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
437
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.String.cs (12)
184
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
224
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
345
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
414
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
1395
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
1430
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
1466
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
1503
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
1552
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
1602
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
1653
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
1705
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.UnsignedNumber.cs (4)
324
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
355
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
400
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
446
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;