5 references to PlatformNotSupported_NonZeroLowerBound
System.Private.CoreLib (5)
Internal\Runtime\Augments\RuntimeAugments.cs (1)
123
throw new PlatformNotSupportedException(SR.
PlatformNotSupported_NonZeroLowerBound
);
System\Array.NativeAot.cs (4)
67
throw new PlatformNotSupportedException(SR.
PlatformNotSupported_NonZeroLowerBound
);
103
throw new PlatformNotSupportedException(SR.
PlatformNotSupported_NonZeroLowerBound
);
195
throw new PlatformNotSupportedException(SR.
PlatformNotSupported_NonZeroLowerBound
);
244
throw new PlatformNotSupportedException(SR.
PlatformNotSupported_NonZeroLowerBound
);