3 references to BadImageFormat_BadILFormat
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Reflection\Assembly.cs (1)
262
throw new BadImageFormatException(SR.
BadImageFormat_BadILFormat
);
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (2)
388
throw new BadImageFormatException(SR.
BadImageFormat_BadILFormat
);
424
throw new BadImageFormatException(SR.
BadImageFormat_BadILFormat
);