8 references to Utf8SequenceLength
System.Formats.Tar (1)
System\Formats\Tar\TarHeader.Write.cs (1)
1238utf8Length += rune.Utf8SequenceLength;
System.IO.Compression (2)
System\IO\Compression\ZipHelper.cs (2)
212if (totalCodePoints + rune.Utf8SequenceLength > maxBytes) 216totalCodePoints += rune.Utf8SequenceLength;
System.Private.CoreLib (4)
src\libraries\Common\src\System\Number.Formatting.Common.cs (1)
880r.EncodeToUtf8(MemoryMarshal.AsBytes(vlb.AppendSpan(r.Utf8SequenceLength)));
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (1)
757r.EncodeToUtf8(MemoryMarshal.AsBytes(result.AppendSpan(r.Utf8SequenceLength)));
src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (1)
1096/// The <see cref="Utf8SequenceLength"/> property can be queried ahead of time to determine
src\libraries\System.Private.CoreLib\src\System\Text\UTF8Encoding.cs (1)
773byteCount = value.Utf8SequenceLength;
System.Runtime.Numerics (1)
src\libraries\Common\src\System\Number.Formatting.Common.cs (1)
880r.EncodeToUtf8(MemoryMarshal.AsBytes(vlb.AppendSpan(r.Utf8SequenceLength)));