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