6 references to VectorHelper
System.IO.Hashing (6)
System\IO\Hashing\Crc32ParameterSet.Vectorized.cs (3)
9using static System.IO.Hashing.VectorHelper; 33if (!BitConverter.IsLittleEndian || !VectorHelper.IsSupported) 152if (!BitConverter.IsLittleEndian || !VectorHelper.IsSupported)
System\IO\Hashing\Crc64ParameterSet.Vectorized.cs (3)
8using static System.IO.Hashing.VectorHelper; 23if (!BitConverter.IsLittleEndian || !VectorHelper.IsSupported) 161if (!BitConverter.IsLittleEndian || !VectorHelper.IsSupported)