8 references to GetUtf8FromText
System.Text.Json (8)
System\Text\Json\Document\JsonDocument.Parse.cs (2)
274
int actualByteCount = JsonReaderHelper.
GetUtf8FromText
(jsonChars, utf8Bytes);
300
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)
92
int actualByteCount = JsonReaderHelper.
GetUtf8FromText
(value, utf8Bytes);
System\Text\Json\Serialization\JsonSerializer.Read.String.cs (2)
443
int actualByteCount = JsonReaderHelper.
GetUtf8FromText
(json, utf8);
474
int actualByteCount = JsonReaderHelper.
GetUtf8FromText
(json, utf8);
System\Text\Json\Writer\Utf8JsonWriter.WriteValues.Raw.cs (1)
217
int actualByteCount = JsonReaderHelper.
GetUtf8FromText
(json, utf8Json);