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