3 references to BadImageFormatException
Microsoft.Build.Tasks.Core (2)
ManifestUtil\Manifest.cs (1)
578
BadImageFormatException exception = new
BadImageFormatException
(null, a.ResolvedPath);
ManifestUtil\ManifestReader.cs (1)
68
throw new
BadImageFormatException
(null, path);
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.netstandard.cs (1)
77
throw new
BadImageFormatException
(SR.PEImageDoesNotHaveMetadata, assemblyFile);