5 references to NotSupported_Type
System.Private.CoreLib (5)
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\Runtime\Intrinsics\Vector128_1.cs (1)
120
internal string DisplayString => IsSupported ? ToString() : SR.
NotSupported_Type
;
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256_1.cs (1)
119
internal string DisplayString => IsSupported ? ToString() : SR.
NotSupported_Type
;
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (1)
119
internal string DisplayString => IsSupported ? ToString() : SR.
NotSupported_Type
;
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
119
internal string DisplayString => IsSupported ? ToString() : SR.
NotSupported_Type
;