2 references to TryDecodeFrom_Vector128
System.Private.CoreLib (2)
src\libraries\Common\src\System\HexConverter.cs (2)
280return TryDecodeFrom_Vector128(utf8Source, destination, out bytesProcessed); 292return TryDecodeFrom_Vector128(Unsafe.BitCast<ReadOnlySpan<char>, ReadOnlySpan<ushort>>(source), destination, out charsProcessed);