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)
232
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
268
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
317
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
368
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.DateTime.cs (4)
237
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
271
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
319
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
368
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.DateTimeOffset.cs (4)
236
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
270
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
318
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
367
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Decimal.cs (4)
236
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
267
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
312
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
358
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Double.cs (4)
240
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
271
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
316
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
362
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Float.cs (4)
240
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
271
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
316
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
362
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Guid.cs (4)
236
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
271
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
320
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
370
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Helpers.cs (4)
99
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
142
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
171
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
214
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Literal.cs (4)
356
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
387
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
460
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
506
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.SignedNumber.cs (4)
309
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
340
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
385
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
431
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.String.cs (12)
181
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
221
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
342
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
411
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
1380
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
1415
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
1451
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
1488
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
1537
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
1587
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
1638
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
1690
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.UnsignedNumber.cs (4)
318
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
349
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
394
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;
440
output[BytesPending++] = JsonConstants.
KeyValueSeparator
;