2 references to TryDecodeFromUtf16_Scalar
System.Private.CoreLib (2)
src\libraries\Common\src\System\HexConverter.cs (2)
302
return
TryDecodeFromUtf16_Scalar
(source, destination, out charsProcessed);
453
fallbackResult =
TryDecodeFromUtf16_Scalar
(Unsafe.BitCast<ReadOnlySpan<TChar>, ReadOnlySpan<char>>(source.Slice((int)offset)), destination.Slice((int)(offset / 2)), out elementsProcessed);