3 references to IsSupported
System.IO.Hashing (1)
System\IO\Hashing\Crc32ParameterSet.WellKnown.cs (1)
212if (System.Runtime.Intrinsics.X86.Sse42.X64.IsSupported)
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Numerics\BitOperations.cs (1)
845if (Sse42.X64.IsSupported)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Sse42.cs (1)
29public static new bool IsSupported { get => IsSupported; }