4 references to IsSupported
System.Linq (2)
System\Linq\Range.cs (1)
86
Vector<T>.
IsSupported
&&
System\Linq\Sum.cs (1)
52
&& Vector<T>.
IsSupported
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
207
internal string DisplayString =>
IsSupported
? ToString() : SR.NotSupported_Type;
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
793
if (!Vector<T>.
IsSupported
)