8 references to GetUtf8FromText
System.Text.Json (8)
System\Text\Json\Document\JsonDocument.Parse.cs (2)
268int actualByteCount = JsonReaderHelper.GetUtf8FromText(jsonChars, utf8Bytes); 294int 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)
89int actualByteCount = JsonReaderHelper.GetUtf8FromText(value, utf8Bytes);
System\Text\Json\Serialization\JsonSerializer.Read.String.cs (2)
398int actualByteCount = JsonReaderHelper.GetUtf8FromText(json, utf8); 429int actualByteCount = JsonReaderHelper.GetUtf8FromText(json, utf8);
System\Text\Json\Writer\Utf8JsonWriter.WriteValues.Raw.cs (1)
214int actualByteCount = JsonReaderHelper.GetUtf8FromText(json, utf8Json);