3 references to DecodeLastFromUtf8
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\HebrewNumber.cs (1)
214Rune.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);