6 references to BadImageFormat_TypeMismatch
System.Resources.Extensions (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (5)
545
throw new BadImageFormatException(SR.
BadImageFormat_TypeMismatch
, eof);
549
throw new BadImageFormatException(SR.
BadImageFormat_TypeMismatch
, e);
627
throw new BadImageFormatException(SR.
BadImageFormat_TypeMismatch
, eof);
631
throw new BadImageFormatException(SR.
BadImageFormat_TypeMismatch
, e);
758
throw new BadImageFormatException(SR.
BadImageFormat_TypeMismatch
);
System\Resources\Extensions\DeserializingResourceReader.cs (1)
225
throw new BadImageFormatException(SR.
BadImageFormat_TypeMismatch
);