5 references to BadImageFormat_TypeMismatch
System.Private.CoreLib (5)
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
);