6 references to GetUtf8ByteCount
System.Text.Json (6)
System\Text\Json\Document\JsonDocument.Parse.cs (2)
263
int expectedByteCount = JsonReaderHelper.
GetUtf8ByteCount
(jsonChars);
288
int expectedByteCount = JsonReaderHelper.
GetUtf8ByteCount
(jsonChars);
System\Text\Json\JsonEncodedText.cs (1)
80
int expectedByteCount = JsonReaderHelper.
GetUtf8ByteCount
(value);
System\Text\Json\Serialization\JsonSerializer.Read.String.cs (2)
394
new byte[JsonReaderHelper.
GetUtf8ByteCount
(json)];
425
new byte[JsonReaderHelper.
GetUtf8ByteCount
(json)];
System\Text\Json\Writer\Utf8JsonWriter.WriteValues.Raw.cs (1)
210
new byte[JsonReaderHelper.
GetUtf8ByteCount
(json)];