5 references to BadImageFormat_TypeMismatch
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (5)
549throw new BadImageFormatException(SR.BadImageFormat_TypeMismatch, eof); 553throw new BadImageFormatException(SR.BadImageFormat_TypeMismatch, e); 631throw new BadImageFormatException(SR.BadImageFormat_TypeMismatch, eof); 635throw new BadImageFormatException(SR.BadImageFormat_TypeMismatch, e); 762throw new BadImageFormatException(SR.BadImageFormat_TypeMismatch);