6 references to VectorHelper
System.IO.Hashing (6)
System\IO\Hashing\Crc32ParameterSet.Vectorized.cs (3)
10using static System.IO.Hashing.VectorHelper; 34if (!BitConverter.IsLittleEndian || !VectorHelper.IsSupported) 158if (!BitConverter.IsLittleEndian || !VectorHelper.IsSupported)
System\IO\Hashing\Crc64ParameterSet.Vectorized.cs (3)
9using static System.IO.Hashing.VectorHelper; 24if (!BitConverter.IsLittleEndian || !VectorHelper.IsSupported) 167if (!BitConverter.IsLittleEndian || !VectorHelper.IsSupported)