2 references to IsSupported
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
119internal string DisplayString => IsSupported ? ToString() : SR.NotSupported_Type;
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
805if (!Vector64<T>.IsSupported)