3 references to DecodeLastFromUtf8
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\HebrewNumber.cs (1)
214
Rune.
DecodeLastFromUtf8
(MemoryMarshal.AsBytes(outputBuffer.AsSpan()), out Rune value, out int bytesConsumed);
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.Trim.Utf8.cs (2)
35
_ = Rune.
DecodeLastFromUtf8
(span, out Rune last, out int lastBytesConsumed);
62
_ = Rune.
DecodeLastFromUtf8
(span, out Rune current, out int bytesConsumed);