5 references to IsSupported
System.IO.Hashing (1)
System\IO\Hashing\Crc32ParameterSet.cs (1)
102
if (System.Runtime.Intrinsics.Arm.ArmBase.
IsSupported
)
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Numerics\BitOperations.cs (4)
99
if (X86Base.IsSupported || ArmBase.
IsSupported
|| WasmBase.IsSupported)
183
if (ArmBase.
IsSupported
)
294
if (ArmBase.
IsSupported
)
550
if (ArmBase.
IsSupported
)