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