6 references to BadImageFormat_TypeMismatch
System.Resources.Extensions (6)
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);
System\Resources\Extensions\DeserializingResourceReader.cs (1)
225throw new BadImageFormatException(SR.BadImageFormat_TypeMismatch);