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