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