5 references to BadImageFormat_TypeMismatch
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (5)
551throw new BadImageFormatException(SR.BadImageFormat_TypeMismatch, eof); 555throw new BadImageFormatException(SR.BadImageFormat_TypeMismatch, e); 633throw new BadImageFormatException(SR.BadImageFormat_TypeMismatch, eof); 637throw new BadImageFormatException(SR.BadImageFormat_TypeMismatch, e); 764throw new BadImageFormatException(SR.BadImageFormat_TypeMismatch);