7 references to NotSupported_Type
System.Private.CoreLib (7)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
196internal string DisplayString => IsSupported ? ToString() : SR.NotSupported_Type;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128_1.cs (1)
120internal string DisplayString => IsSupported ? ToString() : SR.NotSupported_Type;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256_1.cs (1)
119internal string DisplayString => IsSupported ? ToString() : SR.NotSupported_Type;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (1)
119internal string DisplayString => IsSupported ? ToString() : SR.NotSupported_Type;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
119internal string DisplayString => IsSupported ? ToString() : SR.NotSupported_Type;
System\Array.NativeAot.cs (2)
384throw new NotSupportedException(SR.NotSupported_Type); 420throw new NotSupportedException(SR.NotSupported_Type);