5 references to BadImageFormatException
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\CompilerTypeSystemContext.cs (1)
213throw new BadImageFormatException(ex.Message, filePath);
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\CompilerTypeSystemContext.cs (1)
213throw new BadImageFormatException(ex.Message, filePath);
Microsoft.Build.Tasks.Core (2)
ManifestUtil\Manifest.cs (1)
583BadImageFormatException exception = new BadImageFormatException(null, a.ResolvedPath);
ManifestUtil\ManifestReader.cs (1)
69throw new BadImageFormatException(null, path);
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.netstandard.cs (1)
87throw new BadImageFormatException(SR.PEImageDoesNotHaveMetadata, assemblyFile);