4 references to IsSupported
System.IO.Hashing (4)
System\IO\Hashing\Crc32ParameterSet.Vectorized.cs (2)
33if (!BitConverter.IsLittleEndian || !VectorHelper.IsSupported) 152if (!BitConverter.IsLittleEndian || !VectorHelper.IsSupported)
System\IO\Hashing\Crc64ParameterSet.Vectorized.cs (2)
23if (!BitConverter.IsLittleEndian || !VectorHelper.IsSupported) 161if (!BitConverter.IsLittleEndian || !VectorHelper.IsSupported)