9 references to BadImageFormat_ResourceDataLengthInvalid
System.Resources.Extensions (9)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (5)
708
throw new BadImageFormatException(SR.Format(SR.
BadImageFormat_ResourceDataLengthInvalid
, len));
715
throw new BadImageFormatException(SR.Format(SR.
BadImageFormat_ResourceDataLengthInvalid
, len));
722
throw new BadImageFormatException(SR.Format(SR.
BadImageFormat_ResourceDataLengthInvalid
, len));
736
throw new BadImageFormatException(SR.Format(SR.
BadImageFormat_ResourceDataLengthInvalid
, len));
748
throw new BadImageFormatException(SR.Format(SR.
BadImageFormat_ResourceDataLengthInvalid
, len));
System\Resources\Extensions\DeserializingResourceReader.cs (4)
136
throw new BadImageFormatException(SR.Format(SR.
BadImageFormat_ResourceDataLengthInvalid
, length));
155
throw new BadImageFormatException(SR.Format(SR.
BadImageFormat_ResourceDataLengthInvalid
, length));
165
throw new BadImageFormatException(SR.Format(SR.
BadImageFormat_ResourceDataLengthInvalid
, length));
200
throw new BadImageFormatException(SR.Format(SR.
BadImageFormat_ResourceDataLengthInvalid
, length));