2 references to ToVector256Unsafe
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (1)
1255Vector256<T> result = lower.ToVector256Unsafe();
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.CaseConversion.cs (1)
481Vector256<ushort> wide = Vector256.WidenLower(vector.AsByte().ToVector256Unsafe());