4 references to IsSupported
System.IO.Hashing (4)
System\IO\Hashing\Crc32ParameterSet.Vectorized.cs (2)
34if (!BitConverter.IsLittleEndian || !VectorHelper.IsSupported) 158if (!BitConverter.IsLittleEndian || !VectorHelper.IsSupported)
System\IO\Hashing\Crc64ParameterSet.Vectorized.cs (2)
24if (!BitConverter.IsLittleEndian || !VectorHelper.IsSupported) 167if (!BitConverter.IsLittleEndian || !VectorHelper.IsSupported)