3 references to Alignment
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
810static int ISimdVector<Vector<T>, T>.Alignment => Vector.Alignment;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (2)
2222if (((nuint)(source) % (uint)(Alignment)) != 0) 3260if (((nuint)destination % (uint)(Alignment)) != 0)