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