2 references to BadImageFormat_EmptyAssembly
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Assembly.cs (1)
262
throw new BadImageFormatException(SR.
BadImageFormat_EmptyAssembly
);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (1)
428
throw new BadImageFormatException(SR.
BadImageFormat_EmptyAssembly
);