8 references to GetUtf8FromText
System.Text.Json (8)
System\Text\Json\Document\JsonDocument.Parse.cs (2)
268
int actualByteCount = JsonReaderHelper.
GetUtf8FromText
(jsonChars, utf8Bytes);
294
int actualByteCount = JsonReaderHelper.
GetUtf8FromText
(jsonChars, utf8Bytes);
System\Text\Json\Document\JsonDocument.TryGetProperty.cs (2)
33
int len = JsonReaderHelper.
GetUtf8FromText
(propertyName, utf8Name);
82
int len = JsonReaderHelper.
GetUtf8FromText
(propertyName, tmpUtf8);
System\Text\Json\JsonEncodedText.cs (1)
89
int actualByteCount = JsonReaderHelper.
GetUtf8FromText
(value, utf8Bytes);
System\Text\Json\Serialization\JsonSerializer.Read.String.cs (2)
398
int actualByteCount = JsonReaderHelper.
GetUtf8FromText
(json, utf8);
429
int actualByteCount = JsonReaderHelper.
GetUtf8FromText
(json, utf8);
System\Text\Json\Writer\Utf8JsonWriter.WriteValues.Raw.cs (1)
214
int actualByteCount = JsonReaderHelper.
GetUtf8FromText
(json, utf8Json);