4 references to IsSupported
System.Linq (2)
System\Linq\Range.cs (1)
86Vector<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)
207internal string DisplayString => IsSupported ? ToString() : SR.NotSupported_Type;
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
793if (!Vector<T>.IsSupported)