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