5 references to BadImageFormatException
System.AddIn (5)
System\Addin\MiniReflection\MetadataReader\PEFileReader.cs (4)
207
throw new
BadImageFormatException
();
225
throw new
BadImageFormatException
();
227
throw new
BadImageFormatException
();
229
throw new
BadImageFormatException
();
System\Addin\MiniReflection\TypeInfo.cs (1)
626
if (!allowVoid) throw new
BadImageFormatException
();