7 references to IsSupported
System.Private.CoreLib (7)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.DecCalc.cs (2)
179
if (X86.X86Base.
IsSupported
)
200
if (X86.X86Base.
IsSupported
)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BitOperations.cs (4)
99
if (X86Base.
IsSupported
|| ArmBase.IsSupported || WasmBase.IsSupported)
199
if (X86Base.
IsSupported
)
306
if (X86Base.
IsSupported
)
566
if (X86Base.
IsSupported
)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\X86Base.cs (1)
21
public static bool IsSupported { get =>
IsSupported
; }