6 references to GetUtf8ByteCount
System.Text.Json (6)
System\Text\Json\Document\JsonDocument.Parse.cs (2)
269
int expectedByteCount = JsonReaderHelper.
GetUtf8ByteCount
(jsonChars);
294
int expectedByteCount = JsonReaderHelper.
GetUtf8ByteCount
(jsonChars);
System\Text\Json\JsonEncodedText.cs (1)
83
int expectedByteCount = JsonReaderHelper.
GetUtf8ByteCount
(value);
System\Text\Json\Serialization\JsonSerializer.Read.String.cs (2)
439
new byte[JsonReaderHelper.
GetUtf8ByteCount
(json)];
470
new byte[JsonReaderHelper.
GetUtf8ByteCount
(json)];
System\Text\Json\Writer\Utf8JsonWriter.WriteValues.Raw.cs (1)
213
new byte[JsonReaderHelper.
GetUtf8ByteCount
(json)];