8 references to GetUtf8FromText
System.Text.Json (8)
System\Text\Json\Document\JsonDocument.Parse.cs (2)
274int actualByteCount = JsonReaderHelper.GetUtf8FromText(jsonChars, utf8Bytes); 300int actualByteCount = JsonReaderHelper.GetUtf8FromText(jsonChars, utf8Bytes);
System\Text\Json\Document\JsonDocument.TryGetProperty.cs (2)
33int len = JsonReaderHelper.GetUtf8FromText(propertyName, utf8Name); 82int len = JsonReaderHelper.GetUtf8FromText(propertyName, tmpUtf8);
System\Text\Json\JsonEncodedText.cs (1)
92int actualByteCount = JsonReaderHelper.GetUtf8FromText(value, utf8Bytes);
System\Text\Json\Serialization\JsonSerializer.Read.String.cs (2)
443int actualByteCount = JsonReaderHelper.GetUtf8FromText(json, utf8); 474int actualByteCount = JsonReaderHelper.GetUtf8FromText(json, utf8);
System\Text\Json\Writer\Utf8JsonWriter.WriteValues.Raw.cs (1)
217int actualByteCount = JsonReaderHelper.GetUtf8FromText(json, utf8Json);