5 references to BadImageFormat_ResourcesDataInvalidOffset
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.Core.cs (1)
171throw new FormatException(SR.Format(SR.BadImageFormat_ResourcesDataInvalidOffset, dPos));
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (4)
324throw new FormatException(SR.Format(SR.BadImageFormat_ResourcesDataInvalidOffset, dataPos)); 422throw new FormatException(SR.Format(SR.BadImageFormat_ResourcesDataInvalidOffset, dataOffset)); 442throw new FormatException(SR.Format(SR.BadImageFormat_ResourcesDataInvalidOffset, dataOffset)); 463throw new FormatException(SR.Format(SR.BadImageFormat_ResourcesDataInvalidOffset, dataPos));